This tool allows you to create an audiobook for the book of your choice. Never again will you feel bored by reading.
To run this project first install all the packages mentioned in the requirements.txt file by using the following command
pip3 install -r requirements.txt
OR
pip install -r requirements.txt
OR
Install the packages one by one in your terminal by using the following commands:
pip install Flask
pip install pdftotext
pip install gTTS
After installing the above mentioned packages navigate to the python file named app.py in the terminal and use the following command in the terminal:
python3 app.py
Then copy the link provided by the flask server and paste it in the browser.
you will have acces to the web application.
Click on the start listening button on the nav bar to go to the audiobook creation page.
The book which the user uploads should be in pdf format and text in the book should be alligned in a readable manner