Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/usd-cs/comp-49x-24-25-benchmark-labs-intro-project
https://github.com/usd-cs/comp-49x-24-25-benchmark-labs-intro-project
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/usd-cs/comp-49x-24-25-benchmark-labs-intro-project
- Owner: usd-cs
- Created: 2024-10-31T22:09:36.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T00:28:16.000Z (about 2 months ago)
- Last Synced: 2024-11-13T00:29:28.212Z (about 2 months ago)
- Language: Jupyter Notebook
- Size: 2.29 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COMP-49X-24-25-Benchmark-Labs-intro-project
Intro Project For COMP 491
Team: Benchmark Labs
Description: This project focuses on the use of machine learning to classify written characters.
The application allows the user to input an image to be classified by the model with atleast 95% accuracy.Setup Instructions:
1. Download python version 3.9.20
2. Run pip install -r requirements.txtUse Instructions:
In backend directory run app.py to start website, then go to http://127.0.0.1:5000/home
To train on alternate datasets, use the config_helper directory.
Run main.py to create a subset of the MNIST dataset. Then use config_trainer.py to train on that dataset.
Next, you can import that file (final_model.h5) into the backend directory by dragging and dropping (delete old model) and this new model will be used instead.