Spaces:
Build error
Build error
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) |