diff --git a/Pipfile.lock b/Pipfile.lock index 7faccd9..b73d74b 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -972,11 +972,12 @@ }, "urllib3": { "hashes": [ - "sha256:450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d", - "sha256:d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19" + "sha256:a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472", + "sha256:dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168" ], + "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==2.2.1" + "version": "==2.2.2" } }, "develop": {} diff --git a/README.md b/README.md index 5aab2df..85b0180 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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 @@ -8,7 +8,7 @@ It has all of the bells and whistles I need to get started on a new project. Install Python 3.10 or latest and pipenv if you want ```bash -pip install streamlit, openai +pip install streamlit openai streamlit run app.py ``` @@ -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 \ No newline at end of file