Skip to content

sribalaji205/Voice-Recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voice-Recorder

Voice Recorder Web app using Flask-Python

Setup

Install flask using command

      pip install flask

Install SpeechRecognition module using below command

      pip install SpeechRecognition

Install Pyaudio using command

      pip install pyaudio

If error appears,use below command

     pip install pipwin
     
     pipwin install pyaudio

Install ffmpeg in your system and set environment variable path for it.

Directory

    VOICE RECORDER
          |
          |---------static
          |            |----back.jpg
          |            |----download.png
          |            |----images.png
          |
          |---------templates  
          |            |----spchrecog.html
          |
          |---------speechrecognition.py

#Screenshots

screenshots

About

Voice Recorder Web app using Flask-Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published