https://github.com/metawake/speech_to_orders_cli
https://github.com/metawake/speech_to_orders_cli
deep-learning keras neural-networks pyaudio python speech-recognition tensorflow
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/metawake/speech_to_orders_cli
- Owner: metawake
- Created: 2024-01-19T13:12:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-19T13:18:02.000Z (over 2 years ago)
- Last Synced: 2025-03-28T19:50:42.449Z (about 1 year ago)
- Topics: deep-learning, keras, neural-networks, pyaudio, python, speech-recognition, tensorflow
- Language: Python
- Homepage:
- Size: 2.43 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a simple Docker container with an app that
listens to audio and records McDonalds orders,
recorgnizes items and will suggest a coffee if needed.
The app uses TensorFlow, Keras, SpeechRecognition and pyaudio.
Training the model: train_model.py
Using the model: process_stream.py (CLI app, listens to your voice orders and maps them with McDonalds menu).
