Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.02 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.02 KB

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