This project is a part of my final year project.
Download Dataset from below link https://www.kaggle.com/kmader/skin-cancer-mnist-ham10000.
- The goal is to support the efforts to reduce the death caused by skin cancer. The primary motivation that drives the project is to use the deep learning technology for the well-being of the people.
- With the help of this project, we want to reduce the gap between diagnosing and treatment.
- Successful completion of the project with higher precision on the dataset could better support the dermatological clinic work.
- The improved accuracy and efficiency of the model can aid to detect skin cancer in the early stages and can help to reduce unnecessary biopsies.
- Fork and Clone the repo using
[ git clone https://github.com/shantanu1905/Hackathon-Project.git](https://github.com/shantanu1905/Skin-Cancer-Detection.git)
- Install the Dependencies from
requirements.txt
- Make sure your system has python installed and before installing dependencies make sure your virtual environment is activated .
pip install -r requirements.txt
- Run the Server and see the demo at http://localhost:8000/
python manage.py runserver