- Welcome to the DermaScan web app GitHub repository, your gateway to a cutting-edge skin lesion and disease classifier.
- Leveraging Harvard's Ham10000 dataset and the robust MobileNet V2 model, this system boasts an impressive accuracy rate of 89%.
- But that's not all – we've integrated "Derma" a dermatology chatbot powered by GPT-3.5 Turbo with internet access, to provide insightful information and guidance.
- Moreover, our app also connects you with the nearest doctors through an intuitive API, and offers suggestions for relevant medical articles. Explore the future of dermatological diagnostics and treatment right here!
Important
These results are for informational purposes only; consult a healthcare professional for accurate medical advice.
ΛDIƬYΛ VΣЯMΛ |
Before running the Jupyter Notebook for the model, make sure to install the dependencies listed in the 'requirements.txt' file.
pip install -r requirements.txt
Running website on Local Host
flowchart LR
A(Round)
A[Clone Repo] --> B(Round)
C(Round)
B[Open Folder] --> C[Open index.html]