TEXTUAL VIDEO TO SPEECH INTERFACE
Terminal python app.py Browser http://127.0.0.3:5000/ or localhost:5000
Note : 5000 is Port Number used in Code. If not working, change it in app.py
app.py Main python code that implements the features index.html First Screen of the Software index1.html Webpage that shows the final image, text & mp3
Install python https://docs.python.org/2/install/ Install pip https://pip.pypa.io/en/stable/installing/ Install OpenCV Python http://goo.gl/lGieGN Install Pyttesseract https://pypi.python.org/pypi/pytesseract Install gTTS https://pypi.python.org/pypi/gTTS Install Pillow https://pypi.python.org/pypi/Pillow/2.2.1 Install imutils https://pypi.python.org/pypi/imutils/0.2 Install numpy http://docs.scipy.org/doc/numpy-1.10.1/user/install.html Install matplotlib http://matplotlib.org/users/installing.html Install flask https://pypi.python.org/pypi/Flask Install werkzeug http://werkzeug.pocoo.org/docs/0.11/installation/ Install os pip install os Install logging pip install logging
- Browse .mp4 video and type of text
- Press upload button
- Wait for process to complete
- Output shown on screen
- Output saved in 'static/video_name.mp4/' folder