Skip to content

This web application allows you to create an audiobook for the book of your choice.

Notifications You must be signed in to change notification settings

Jared-Steven/Audio-Book-Creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Audio Book Creator

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.

Audio Book Creator:

Click on the start listening button on the nav bar to go to the audiobook creation page.

Screenshot_2021-03-24 Talking Books(1)

Screenshot_2021-03-23 Start Listening

Screenshot_2021-03-23 Here's Your Book

Text to speech:

Screenshot_2021-03-23 Start Listening(1)

Screenshot_2021-03-23 Here's Your Book(1)

Note:

The book which the user uploads should be in pdf format and text in the book should be alligned in a readable manner

About

This web application allows you to create an audiobook for the book of your choice.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published