https://github.com/pessi-v/canine-classifier-app
Demo App: https://canine-classifier.pessi.info/ . A Streamlit app for the frontend of https://github.com/pessi-v/canine-classifier-api
https://github.com/pessi-v/canine-classifier-app
streamlit
Last synced: about 1 month ago
JSON representation
Demo App: https://canine-classifier.pessi.info/ . A Streamlit app for the frontend of https://github.com/pessi-v/canine-classifier-api
- Host: GitHub
- URL: https://github.com/pessi-v/canine-classifier-app
- Owner: pessi-v
- Created: 2024-11-18T13:08:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-21T11:44:39.000Z (over 1 year ago)
- Last Synced: 2025-01-21T05:28:15.783Z (over 1 year ago)
- Topics: streamlit
- Language: Python
- Homepage:
- Size: 17.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Canine Classifier App
A Streamlit app for the frontend of https://github.com/pessi-v/canine-classifier-api. Identify dog breeds using an ML model. Built in LeWagon Data Science and AI bootcamp.
Run Streamlit web server:
```bash
make streamlit
```