Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 564 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 564 Bytes

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.