dipesg / Speech2Text

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

Home Page:https://speech2text1.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

https://speech2text1.herokuapp.com/

License:Apache License 2.0


Languages

Language:HTML 86.5%Language:Python 13.2%Language:Procfile 0.2%