Convert videos to books
Video Demonstration: https://drive.google.com/file/d/0B8dWk4VUfeMeVVFqbjhWSmJPNFk/view
Python3 Dependencies:
- numpy
- opencv3
- fpdf
- havenondemand api
All the python dependencies are installed through pip install
We used HavenOnDemand speech recognition api to convert speech to text. You can get more information about it here: https://dev.havenondemand.com/apis/recognizespeech#overview https://github.com/HPE-Haven-OnDemand/havenondemand-python
For converting images to pdf, the fpdf library. http://www.fpdf.org/
General Instructions:
- Download the folder and keep it in your desktop
- Open the project using qt editor or any other IDE
- Find C:\Users\DM\Desktop* and similar code and change the DM with your own desktop username
- Save the file and compile it and run the project
- Follow the instructions on the video