Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sholtrop/api_project
https://github.com/sholtrop/api_project
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sholtrop/api_project
- Owner: sholtrop
- Created: 2023-12-02T21:37:15.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-19T17:55:33.000Z (about 1 year ago)
- Last Synced: 2023-12-20T15:24:59.800Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 32.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```