Skip to content

This is a simple speech-to-text program that uses the SpeechRecognition library to capture spoken words from a microphone for 5 seconds and then transcribes the captured words into readable text.

License

Notifications You must be signed in to change notification settings

m3mentomor1/Speech-to-Text-Transcriber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Speech-to-Text Transcriber

🧐 I. Overview

This is a simple speech-to-text program that uses the SpeechRecognition library to capture spoken words from a microphone for 5 seconds and then converts the captured words into readable text.


📦 II. Dependencies

  • SpeechRecognition - a library that provides simple and easy-to-use tools for performing speech recognition in Python.

🛠️ III. How to Use?

1. Clone this repository

Paste this command on your terminal:

git clone https://github.com/m3mentomor1/Speech-to-Text-Transcriber.git

2. Go to the repository's main directory

Paste this command on your terminal:

cd Speech-to-Text-Transcriber

3. Install dependencies

Paste this command on your terminal:

pip install SpeechRecognition

About

This is a simple speech-to-text program that uses the SpeechRecognition library to capture spoken words from a microphone for 5 seconds and then transcribes the captured words into readable text.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages