Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/machadovilaca/lha

Voice recognition for education systems​
https://github.com/machadovilaca/lha

acessibility education machine-learning-algorithms voice-recognition

Last synced: 24 days ago
JSON representation

Voice recognition for education systems​

Awesome Lists containing this project

README

        

# LHA

Voice recognition for education systems​

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install LHA dependecies.

```bash
pip install pipenv
pipenv install
```

## Environment Variables
To use the google API, you need to follow [these steps](https://cloud.google.com/speech-to-text/docs/quickstart-client-libraries)
to get a valid key.
After it, you must add it as an environment variable:

GOOGLE_APPLICATION_CREDENTIALS=[PATH_TO_KEY]

## Usage

```bash
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](https://choosealicense.com/licenses/mit/)