Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 724 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 724 Bytes

LHA

Voice recognition for education systems​

Installation

Use the package manager pip to install LHA dependecies.

pip install pipenv
pipenv install

Environment Variables

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]

Usage

venv/bin/python src/LHA.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT