nyumaya / nyumaya_audio_recognition

Classify audio with neural nets on embedded systems like the Raspberry Pi
https://nyumaya.com
Apache License 2.0
82 stars 14 forks source link

Can you add code to train custom models? #18

Closed Alenorze closed 5 years ago

Alenorze commented 5 years ago

Hello, I would like to try to train my own model, but I can not find the code for learning it in the repository, as I see the usual convolutional model is used here, could you publish the files for its learning, I want to try to train it on other devices with a small number of examples, I would not want to spend time repeating the structure of this. Thanks!

yodakohl commented 5 years ago

The training code is proprietary. If you need to train your own models you have to look for other solutions like Simple Audio Recognition or Mycroft Precise.

I will update the README to make this more clear.