Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump urllib3 from 2.2.1 to 2.2.2 #2

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 16 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# ElevenTools Alpha v0.0.1

Eleventools is my personal toolbox for Elevenlabs.
Eleventools is my personal GUI for Elevenlabs.
It has all of the bells and whistles I need to get started on a new project.

## Installation

Install Python 3.10 or latest and pipenv if you want

```bash
pip install streamlit, openai
pip install streamlit openai
streamlit run app.py
```

Expand All @@ -22,17 +22,24 @@ Create a /.streamlit/config.toml file in the root directory to set the page sett
- Voice selection search through the Elevenlabs library
- Model selection
- Allows for text variables for personalization
- Random and fixed seed for reproducibility (bugged)
- Random and fixed seed for reproducibility
- Voice settings
- review generation data and play audio

## TODO:
- [ ] FIXED SEED
- [x] OPENAI INTEGRATION

- [ ] OLLAMA INTEGRATION
- [ ] Batch processing
- [ ] CLAUDE INTEGRATION
- [ ] Batch processing with CSV
- [ ] Voice to Voice
- [x] Import user voices automatically
- [ ] Error handling
- [x] Locked or random seed
- [ ] Error handling ( mostly done)
- [ ] Save generated audio data
- [ ] Page routing
- [ ] search by voice ID

## DONE:

- [x] FIXED SEED
- [x] OPENAI INTEGRATION
- [x] Import user voices automatically
- [x] Locked or random seed