Context update
This commit is contained in:
@@ -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
3
modules/WillieTimer/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
*.hdf5
|
||||
*.json
|
||||
*.txt
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user