- This notebook demonstrates the prediction of the skin disease by the neural network model.
- We are using Transfer Learning Method in CNN.
you need to install all the necessary libraries n order to run the project
keras
tensorflow
numpy
glob
pip install keras
pip install tensorflow
pip install numpy
pip install glob