Skip to content

guy-977/Skinalyze

Repository files navigation

Skinalyze

Skin lesion detection app, based on CNN model trained on MSLD v2.0 dataset for detecting: Monkeypox, Chickenpox, Cowpox, HFMD, Measles and healthy.

Live demo

Test it out here

Dependencies

  • tensorflow==2.13.0
  • numpy==1.24.3
  • cohere==4.19.2
  • streamlit==1.24.1

Getting started

Getting started with cloning the repository:

git clone https://github.com/guy-977/Skinalyze
cd Skinalyze

install dependencies via pip:

pip install -r requirements.txt

Add your cohere API key to secrets file:

mkdir .streamlit
echo 'COHERE_API_KEY = "Your Actual API key"' > .streamlit/secrets.toml

run the streamlit app:

streamlit run main.py

Author

About

Skin lesion detection app, based on CNN model trained on MSLD v2.0 dataset for detecting: Monkeypox, Chickenpox, Cowpox, HFMD, Measles and healthy.

Topics

Resources

License

Stars

Watchers

Forks

Languages