Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/machadovilaca/lha
- Owner: machadovilaca
- License: mit
- Created: 2020-03-07T01:45:39.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2022-09-30T19:04:09.000Z (about 2 years ago)
- Last Synced: 2024-05-02T06:05:28.882Z (6 months ago)
- Topics: acessibility, education, machine-learning-algorithms, voice-recognition
- Language: Python
- Homepage:
- Size: 1.04 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)