Context update

This commit is contained in:
Logan Cusano
2021-12-22 01:54:42 -05:00
parent e7006cd40a
commit 92c1639565
3 changed files with 14 additions and 1 deletions

View File

@@ -18,6 +18,10 @@ To change the audio source, simply delete the ```config.ini``` that was generate
It will re-do the setup and allow you to select a new device.
### To-Do
- [ ] Get more training data for WillieTimer
- [ ] Use the ```Phrases.txt``` file as the random seed?
- [ ] Figure out a way to give the model a suggestion
- [ ] Add command line args with argparse
- [ ] Add method for user to change audio device without redoing entire config file
- [ ] Interact with soapysdr directly from the bot
- [ ] Allow chat interaction with soapysdr

3
modules/WillieTimer/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
*.hdf5
*.json
*.txt

View File

@@ -1,2 +1,8 @@
discord~=1.7.3
sounddevice~=0.4.3
sounddevice~=0.4.3
//For WillieTimer
keras~=2.7.0
nltk~=3.6.5
tensorflow~=2.7.0