An open API service indexing awesome lists of open source software.

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

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.