Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 567 Bytes

README.md

File metadata and controls

41 lines (31 loc) · 567 Bytes

https://cpsc-483-skin-identification.streamlit.app/

SKIN DISEASE IDENTIFICATION

Requirements for local run

Python 3.9 Linux/MacOS system Install virtualenv

$ pip install virtualenv

Specify Python dir

$ virtualenv -p /path/to/python3.9 .env

Activate virtualenv

$ source .env/bin/activate

Install dependencies

$ pip install -r requirements.txt

Run the app

$ streamlit run streamlit_app.py

Some random commands existed before

python -m venv cnn
python -m ipykernel install --name=cnn
.\cnn\Scripts\activate