/Speech-To-Text-Using-AI

Speech recognition is a crucial feature utilized in various applications, including home automation, artificial intelligence, and more

Primary LanguageHTML

Speech-To-Text-Using-AI

Speech-To-Text-Using-AI

Introduction

Speech recognition is a crucial feature utilized in various applications such as home automation and artificial intelligence. This project provides an overview of using the Speech Recognition library in Python for daily usage. It is particularly useful on micro-controllers like the Raspberry Pi module. The technology allows us to communicate with a computer or device, which interprets our speech to respond to questions or commands. Popular digital assistants that incorporate speech recognition include:

• Amazon’s Alexa
• Apple’s Siri
• Google’s Google Assistant
• Microsoft’s Cortana

🔑 Prerequisites:
All the dependencies and required libraries are included in the file requirements.txt.
Python 3.6

🚀 Installation For Speech2Text Application

  1. Clone the repo
git clone https://github.com/KrishArul26/Speech-To-Text-Using-AI.git

  1. Change your directory to the cloned repo
cd Speech-To-Text-Using-AI

  1. Create a Python 3.6 version of virtual environment named 'speech' and activate it
pip install virtualenv

virtualenv speech

speech\Scripts\activate

  1. Now, run the following command in your Terminal/Command Prompt to install the libraries required!!!
pip install -r requirements.txt

💡 Working

Type the following command:

python app.py

After that You will see the running IP adress just copy and paste into you browser and import or upload your speech then closk the predict button.

🔑 Results