Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qc20/speech-recognizer
Small Python Code Snippet to Transcribe Your Voice via your computer's built-in Microphone
https://github.com/qc20/speech-recognizer
Last synced: 6 days ago
JSON representation
Small Python Code Snippet to Transcribe Your Voice via your computer's built-in Microphone
- Host: GitHub
- URL: https://github.com/qc20/speech-recognizer
- Owner: QC20
- License: mit
- Created: 2023-06-17T00:08:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-04T11:31:53.000Z (about 1 year ago)
- Last Synced: 2023-10-04T19:52:00.021Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Speech-Recognizer
Small Python Code Snippet to Transcribe Your Voice via Microphone# Prototype for Voice User Interfaces (VUI) - README
This project is a prototype for voice user interfaces (VUI) and demonstrates the integration of speech recognition technology. It explores the intersection of Human-Computer Interaction (HCI) and interaction design by allowing users to interact with a system using spoken commands.The code snippet provided below demonstrates the basic functionality of the project. It utilizes the SpeechRecognition library to recognize speech input from the user through a microphone. The recognized speech is then processed and printed as text.
To use this code, make sure you have the SpeechRecognition library installed. You can install it using pip:
```bash
pip install SpeechRecognition