Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emasuriano/yoga-classification-web-demo
A yoga classifier
https://github.com/emasuriano/yoga-classification-web-demo
image-classification keras machine-learning streamlit tensorflow yoga
Last synced: about 7 hours ago
JSON representation
A yoga classifier
- Host: GitHub
- URL: https://github.com/emasuriano/yoga-classification-web-demo
- Owner: EmaSuriano
- License: mit
- Created: 2024-11-07T03:15:10.000Z (1 day ago)
- Default Branch: main
- Last Pushed: 2024-11-07T03:30:22.000Z (1 day ago)
- Last Synced: 2024-11-07T04:23:24.591Z (1 day ago)
- Topics: image-classification, keras, machine-learning, streamlit, tensorflow, yoga
- Language: Python
- Homepage: https://yoga-classification-web-demo.streamlit.app/
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yoga-classification-web-demo
A yoga classifier based on [Yoga Kaggle Dataset](https://www.kaggle.com/datasets/tr1gg3rtrash/yoga-posture-dataset)
## Demo
[Streamlit site](https://yoga-classification-web-demo.streamlit.app/)
| Light | Dark |
| ---------------------------------- | -------------------------------- |
| ![light theme](./assets/light.png) | ![dark theme](./assets/dark.png) |## Setup local
1. Setup virtual env
```bash
➜ python -m venv env
```2. Activate env
```bash
(env) ➜ source ./env/bin/activate
```3. Install requirements
```bash
(env) ➜ pip install -r requirements.txt
```4. Run app
```bash
(env) ➜ streamlit run main.py
```