Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sumukus/audio-word-classification
Audio Word Classification using Random Forest Classifier algorithm
https://github.com/sumukus/audio-word-classification
audio-classification classification-model flask heroku python3 random-forest-classifier
Last synced: 13 days ago
JSON representation
Audio Word Classification using Random Forest Classifier algorithm
- Host: GitHub
- URL: https://github.com/sumukus/audio-word-classification
- Owner: sumukus
- Created: 2022-02-07T21:04:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-24T22:16:08.000Z (almost 3 years ago)
- Last Synced: 2024-11-14T15:33:59.890Z (2 months ago)
- Topics: audio-classification, classification-model, flask, heroku, python3, random-forest-classifier
- Language: Python
- Homepage: https://learn.drukinfotech.com
- Size: 22.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Audio Word Classification
```
pip3 install scikit-learn
pip3 install librosa
pip3 install flask
pip3 install sounddevice
pip3 install scipy
pip3 install numpy
```
## Audio Word Classification User Interface
![Audio Word Classification User Interface](https://learn.drukinfotech.com/wp-content/uploads/2022/02/Audio-Word-Classification.png)
## Audio Word Classification Output User Interface
![Audio Word Classification Output User Interface](https://learn.drukinfotech.com/wp-content/uploads/2022/02/Audio-Word-Classification-Result.png)