Steps to follow :
- Run
Skin_CD.ipynb
flie.- First cell will download and unzip the dataset automatically.
- Just make sure to have the Kaggle API configured, follow the official guide if not.
- Also visit this page to know more about how to use Kaggle API.
- At final step of Training the model , save that model into models folder.
- Give the path of saved Model in
app.py
- Example :
Model = load_model('models/model_pro1.h5')
- Example :
- Now run
app.py
file to get UI of Model.
If using the following method, do not run the first cell in the notebook.
The dataset can also be downloaded manually from this Kaggle page. Then extract it in the root folder containing Skin_CD.ipynb
.
Thank You.