We propose a novel method of primary skin cancer prevention that integrates the following features into a cloud based web framework which optimizes the process of cancer detection
- Design an interactive patient and doctor portal
- Provide an e-report generation system using Deep Learning
- Assist the doctors in Skin Cancer diagnosis and imaging tasks
- Equip the portal with a backend doctor database and a location & filter specific doctor recommendation portal
- Add a symptom and disease tagging support system based on NLP
- Skin Cancer Probability Prediction
- Skin Tumor Detection
- Skin Cancer Type Classification
- Malignant Probability Prediction
- Skin Tumor Size Prediction
- DermaDroid Chatbot
- Doctor Recommendation System
- Report Generation System
- Discussion Forum
- Remedy Suggestion
OS X & Linux:
git clone https://github.com/prakharsingh1312/Skin-Cancer-Detection.git SCD
cd SCD
virtualenv venv
source venv/bin/activate
pip3 install -r requirements.txt
python3 app.pyWindows (Not Recommended as Pytorch has problems in installing):
git clone https://github.com/prakharsingh1312/Skin-Cancer-Detection.git SCD
cd SCD
virtualenv venv
./venv/Scripts/activate
pip3 install -r requirements.txt
python3 app.pyNaman Tuli – Email: namantuli2000@gmail.com - GitHub
Prakhar Singh – Email: prakharsingh13@gmail.com - GitHub
- Fork it (https://github.com/prakharsingh1312/Skin-Cancer-Detection/fork)
- Create your feature branch (
git checkout -b feature/fooBar)- Commit your changes (
git commit -am 'Add some fooBar')- Push to the branch (
git push origin feature/fooBar)- Create a new Pull Request
