Skip to content

johnny-brav0/Skin-Cancer-Detector-using-CNN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skin-Cancer-Detector-using-CNN

Steps to follow :

  1. 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.
  2. At final step of Training the model , save that model into models folder.
  3. Give the path of saved Model in app.py
    • Example : Model = load_model('models/model_pro1.h5')
  4. 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.

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.7%
  • Other 0.3%