Skip to content

vudiep411/CPSC-483-ML

Repository files navigation

CPSC-483-ML

Model architecture (CNN)

Check out CNN.ipynb for the training code.

Accuracy

~77%

Streamlit UI

Link

Requirements for UI

Install Python 3.10

Install pipenv

$ pip install pipenv

Go to streamlit_ui dir

$ cd streamit_ui

Specify Python version

$ pipenv --python 3.10

Install all dependencies

$ pipenv install

Run the app

$ pipenv run streamlit run app.py

Activate the virtual shell env if you want to run notebook

$ pipenv shell
$ python --version

Some random commands existed before

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published