Skip to content

jpalm7698/Speech-Recog-Web-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speech Recognition Web Demo

This project contains a Flask Web Server that hosts a web page for recording voice input via recorder.js. After recording voice input, the webpage sends the audio to the Flask Server. When received, the server invokes the SpeechRecognition library to transcribe speech. The Speech-To-Text result is then printed in the Flask Development console.

index.html and main.js is derived from blog.addpipe.com.

Setup Instructions

  1. Download or Clone project
  2. Setup and Activate Python Venv
  3. Install dependencies using python -m pip install -r requirements.txt
  4. Set Flask Current App to webapp.py:
    • PowerShell: $env:FLASK_APP='webapp'
  5. Run Flask App: python -m flask run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published