KrishArul26 / Speech-To-Text-Using-AI

Speech Recognition is an important feature in several applications used such as home automation, artificial intelligence, etc. This article aims to provide an introduction on how to make use of the SpeechRecognition library of Python. This is useful as it can be used on micro controllers such as Raspberry Pis with the help of an external microphone.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Speech-To-Text-Using-AI

Introduction

Speech - Recognition is an important feature for severalapplications which is  used such as home automation, artificial intelligence, etc. Thisproject aims to give an overview of how to make use of the Speech - Recognitionlibrary of Python for Daily usages. This is useful as it can be used on micro-controllers such as the Raspberry-PI module. The technology allows us to talk to a computer or device that interpretswhat we’re saying in order to respond to our question or command. Popular digital assistants, 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

About

Speech Recognition is an important feature in several applications used such as home automation, artificial intelligence, etc. This article aims to provide an introduction on how to make use of the SpeechRecognition library of Python. This is useful as it can be used on micro controllers such as Raspberry Pis with the help of an external microphone.


Languages

Language:HTML 94.0%Language:Python 6.0%