Skip to content

MatthwFrost/fullcast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fullcast

Audio book can be generated from start to finish. Only needing to create a character profile. Next, add more emotion.

Goals

  • Automate whole process.
  • Sentiment analysis for emotion.

Install and run

Install and run the program.

set up

Install packages

pip3 install -r requirements.txt

Create a .env file

touch .env

In .env file - Ask me for the API key.

ELEVENLABS_KEY=""

Run the program Make sure you run the program from src dir.

python3 main.py

I recommend setting up an enviroment.

Build your enviroment.

python3 -m venv venv

Activate.

source ./venv/bin/activate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published