Skip to content

Webapp to convert a speech file into text format.:speak_no_evil: :speech_balloon:

License

Notifications You must be signed in to change notification settings

dipesg/Speech2Text

Repository files navigation

Speech2Text

Table of Content

Overview

  • Speech Recognition is an important feature in several applications used such as home automation, artificial intelligence, etc. This is useful as it can be used on microcontrollers such as Raspberri Pis with the help of an external microphone. Speech recognition technologies such as Alexa, Cortana, Google Assistant and Siri are changing the way people interact with their devices, homes, cars, and jobs. The technology allows us to talk to a computer or device that interprets what we’re saying in order to respond to our question or command.

Demo

APP LINK

GIF

Workflow Diagram

workflow

Installation

Clone the repository

https://github.com/dipesg/Speech2Text.git

Create virtual environment

conda create -n venv python=3.6 -y

Activate virtual environment

conda activate venv

Install Requirements

pip install -r requirements.txt

Run this file in command prompt in same directory where our files reside and in same virtual environment. Thats It.

python clientApp.py
Author: Dipesh Silwal
Email: dipeshsilwal31@gmail.com

Directory Tree

tree

Technologies Used

About

Webapp to convert a speech file into text format.:speak_no_evil: :speech_balloon:

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published