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.
- Host: GitHub
- URL: https://github.com/nthe/milacc
- Owner: nthe
- License: mit
- Created: 2020-10-18T13:05:51.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-18T13:12:54.000Z (over 5 years ago)
- Last Synced: 2024-07-24T10:34:25.495Z (almost 2 years ago)
- Topics: emotion, python, recognition, speech
- Language: Jupyter Notebook
- Homepage:
- Size: 1.55 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```