Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-schwoebel committed Dec 4, 2018
1 parent 294a2ea commit b807e3e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ These machine learning models were trained from scripts obtained from the [voice

![](https://media.giphy.com/media/13Nc3xlO1kGg3S/giphy.gif)

## how dataset was made
## How the dataset was made
The dataset was made making a variable dataset and a control dataset composed of an equal mixture of all the other classes made from the [download_audioset repository](https://github.com/jim-schwoebel/download_audioset). In this way, it was assumed that all classes are equally probable in the wild.

The goal here was just to see which groups are most easily separated from the rest and generally to see which algorithms work best on a MFCC-based feature embedding, as described by train_audioclassify.py script in the [Chapter 4: Modeling](https://github.com/jim-schwoebel/voicebook/tree/master/chapter_4_modeling) chapter of the [Voicebook](ttps:https://github.com/jim-schwoebel/voicebook).

## applying models
## Applying models

To apply the models, all you need to do is to put an audio file in the ./load_dir folder and run load_models.py from the terminal:

Expand Down Expand Up @@ -560,5 +560,6 @@ Here are the performance of the models, from least accurate to most accurate.
| Capgun_Capgun_controls_sc_audio | 0.975 | 0.049999999999999996 | logistic regression |
| Boom_Boom_controls_sc_audio | 0.9777777777777779 | 0.04444444444444447 | logistic regression |

## references
* Audioset. https://research.google.com/audioset/
## References
* [Audioset](https://research.google.com/audioset/)
* [Download_Audioset]((https://github.com/jim-schwoebel/download_audioset))

0 comments on commit b807e3e

Please sign in to comment.