Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.58 KB

File metadata and controls

51 lines (39 loc) · 1.58 KB

				TEXTUAL VIDEO TO SPEECH INTERFACE


I. Code Compile & Run

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


II. File list

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


III. Dependencies

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


II. Use Software

  1. Browse .mp4 video and type of text
  2. Press upload button
  3. Wait for process to complete
  4. Output shown on screen
  5. Output saved in 'static/video_name.mp4/' folder