Spaces:
Build error
Build error
File size: 839 Bytes
7a698b4 74f2c64 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
Audiobook Gen
=============
## Description
Audiobook Gen is a tool that allows the users to generate an audio file of text (e.g. audiobook), read in the voice of the user's choice. This tool is based on the Silero text-to-speech toolkit and uses Streamlit to deliver the application.
## Demo
A demonstration of this tool is hosted at HuggingFace Spaces - see [Audiobook_Gen](https://huggingface.co/spaces/mkutarna/audiobook_gen).
![Demo Screenshot](https://github.com/mkutarna/audiobook_gen/blob/appdev/resources/audiobook_gen.png "Screenshot")
#### Instructions
1. Upload the book file to be converted.
2. Select the desired voice for the audiobook.
3. Click to run!
## Dependencies
- silero
- streamlit
- ebooklib
- PyPDF2
- bs4
- nltk
- stqdm
## License
See [LICENSE](https://github.com/mkutarna/audiobook_gen/blob/master/LICENSE) |