Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```