Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sholtrop/api_project


https://github.com/sholtrop/api_project

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# Audio-based classification of food groups

Our model can distinguish the following audio classes:

- Apple
- Cabbage
- Carrot
- Chips
- Noise
- Talking

## How to run

The webpage is publicly available here: https://sholtrop.github.io/api_project/

However, it assumes you are running the Python application locally.
To do so, first clone the repository. Then install the dependencies (possibly in a virtualenv):

```bash
pip install -r requirements.txt
```

Then run the server:

```bash
python3 server.py
```