Skip to content

An open source text to speech service using a variety of techniques (whatever works)

License

Notifications You must be signed in to change notification settings

LVKinyanjui/NaturalSoundingAudiobooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NaturalSoundingAudiobooks

An open source text to speech service using a variety of techniques (whatever works)

Prerequisites

If you intend to run this locally first clone the repo with git clone <repo-url> Then change into the local repo directory.

How to Run

1.Ensure you have python installed (This was tested with python 3.10). If not, download it for your operating system here.

  1. (Optional) Create and activate a virtual environment This isn't strictly necessary but is good practice. You can skip this point. python -m venv venv

    Linux source venv/bin/activate Windows (cmd) myenv\Scripts\activate

  2. With the environment now activated, install dependencies. pip install -r requirements.txt

  3. Start the application streamlit run app,py

About

An open source text to speech service using a variety of techniques (whatever works)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages