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

https://github.com/nthe/milacc

Emotion recognition from recorded audio.
https://github.com/nthe/milacc

emotion python recognition speech

Last synced: about 1 month ago
JSON representation

Emotion recognition from recorded audio.

Awesome Lists containing this project

README

          

### Project setup

Setup virtual environment (first time only).

```python
python3 -m venv env
```

Activate it (on every session).

```
. env/bin/activate
```

Install dependencies (first time only).

```
pip install -r modules.txt
```