Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Ball authored Mar 24, 2020
1 parent d5dc041 commit c8866c0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@ Classify audio with Keras using RNN's or CNN's

Easily classifiy your audio libraries with this handy repo!

Notes:
This is built for 2 label data set, this can easily be modified by changing the size of the Dense layers. Simply scale them in the needed factor to where the final Dense layer is the number of labels or object types you have.
1. You will first to generate your metadata for the files. Easily use the metaDataGen.py to do this.
Here a video tutorial for this using this file: https://www.youtube.com/watch?v=ADqt8fsTzno

2. Modify the ML.py file ot your needs. This is built for 2 label data set, this can easily be modified by changing the size of the Dense layers. Simply scale them in the needed factor to where the final Dense layer is the number of labels or object types you have.



0 comments on commit c8866c0

Please sign in to comment.