This website is a development based on experiments Skin Disease Classification Using Machine Learning developed using Flask, HTML, CSS, and JavaScript.
It can classify 4 types of skin diseases
Non-dangerous skin diseases These classes no need to consult a doctor.
- Atopic Dermatitis [ad]
- Normal [nm]
Dangerous skin diseases These classes need to consult a doctor.
- Psoriasis [ps]
- Seborrhoeic Keratosis [sk]
- Clone or download this repository.
- Change directory by type
cd skinfine
in terminal. - Create virtualenv by type
python3 -m venv venv
in terminal. - Activate virtualenv by type
source venv/bin/activate
in terminal. - Install all requirements by type
pip3 install -r requirements.txt
in terminal. - Run
flask run
in terminal. - Open localhost http://127.0.0.1:5000 in your browser.