Voice Recorder Web app using Flask-Python
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.
VOICE RECORDER
|
|---------static
| |----back.jpg
| |----download.png
| |----images.png
|
|---------templates
| |----spchrecog.html
|
|---------speechrecognition.py
#Screenshots