https://cpsc-483-skin-identification.streamlit.app/
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