Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 891 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 891 Bytes

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