audiobook_gen / README.md
Matthew Kutarna
Streamlit app development (#5)
74f2c64
|
raw
history blame
839 Bytes

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.

Demo 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