https://github.com/frozenassassine/voiceassistant
A german voice assistant using Keras
https://github.com/frozenassassine/voiceassistant
chatbot intents keras-tensorflow nlp sequential-models voiceassistant
Last synced: 2 months ago
JSON representation
A german voice assistant using Keras
- Host: GitHub
- URL: https://github.com/frozenassassine/voiceassistant
- Owner: FrozenAssassine
- Created: 2023-05-28T09:42:37.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-14T19:57:58.000Z (over 2 years ago)
- Last Synced: 2025-06-14T07:03:50.681Z (12 months ago)
- Topics: chatbot, intents, keras-tensorflow, nlp, sequential-models, voiceassistant
- Language: PureBasic
- Homepage:
- Size: 81.6 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A german VoiceAssistant listening to the name "Werner"
### Important
You can also use the intents_en.json file to train it in english.
## Training
Install the required packages with ```pip install -r requirements.txt```
In the intents.json file you can find all the things it can randomly pick based on the given input.
If you modify the file you have to train it again. You can do this by running the training.py file.
After that run the main.py file and you can use it normally.
## Usage
Run the main.py file to start it.