Voice recognition for education systems
Use the package manager pip to install LHA dependecies.
pip install pipenv
pipenv install
To use the google API, you need to follow these steps to get a valid key. After it, you must add it as an environment variable:
GOOGLE_APPLICATION_CREDENTIALS=[PATH_TO_KEY]
venv/bin/python src/LHA.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.