gitextract_zm89e7wg/ ├── Project_Proposal.md ├── README.md ├── _config.yml ├── models/ │ ├── Model1-CNNScratch.mlmodel │ ├── Model1.mlmodel │ └── mymodel-2.h5 ├── notebooks/ │ └── CNN Layers Visualization.ipynb └── src/ ├── app.py ├── cnn_model.py ├── image_preparation.py ├── iphone_model.py ├── moleimages.py ├── templates/ │ ├── index.html │ ├── predict.html │ ├── predict_old.html │ └── upload.html ├── test_model.py ├── top_vgg.py ├── train_model.new.py ├── train_model.py ├── train_model_DA.py ├── train_model_VGG_full.py ├── train_model_VGG_full_DA.py └── train_model_VGG_top.py