Skip to content

carrylookahead/Textual-Video-to-Speech-Interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


				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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published