forked from younesbram/seinfeld-talkabot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request younesbram#2 from younesbram/GPT-3.5-turbo
Upgraded to gpt-3.5-turbo with few-shot training on chat completion
- Loading branch information
Showing
2 changed files
with
22 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,26 +10,24 @@ How to use : | |
2. Attach your openai api key on client side or in env | ||
3. python serenitynow.py => enter any topic you'd like a seinfeld skit/joke on | ||
|
||
## TODO-asap | ||
yea so sometimes if the output is too long it bugs out the tortoise input. will fix | ||
|
||
I use : | ||
## Tech Stack | ||
|
||
OpenAI===text-davinci003 | ||
OpenAI===gpt-3.5-turbo | ||
TorToiSe==2.4.2 | ||
Conda Env | ||
Conda Environment | ||
Python / Pip | ||
More soon | ||
|
||
## To collab | ||
please fork and follow general PR rules. | ||
|
||
## Intro: | ||
The Seinfeld-Talkabot is a project that utilizes OpenAI's davinci003 model and the TorToiSe library to generate audio files of Seinfeld characters speaking user-provided text. The goal of the project is to showcase the potential of such apps, which could be used for a variety of purposes, including generating accurate and authentic-sounding audiobooks using prompt engineering and TorToiSe, or translating and dubbing content using the GPT-3 model while maintaining the original voice. By demonstrating the capabilities of these technologies, the Seinfeld-Talkabot aims to inspire further innovation in the field of natural language processing and audio generation. | ||
The Seinfeld-Talkabot is a project that utilizes OpenAI's gpt-3.5-turbo model and the TorToiSe library to generate audio files of Seinfeld characters speaking user-provided text. The goal of the project is to showcase the potential of such apps, which could be used for a variety of purposes, including generating accurate and authentic-sounding audiobooks using prompt engineering and TorToiSe, or translating and dubbing content using the GPT-3 model while maintaining the original voice. By demonstrating the capabilities of these technologies, the Seinfeld-Talkabot aims to inspire further innovation in the field of natural language processing and audio generation. | ||
|
||
|
||
## Todo: | ||
Create any kind of frontend to interact with backend of selecting a topic (Text input) => davinci003 generate a script => api call to TorToiSe + pyfastmp3encoder to generate a .wav file with the selected seinfeld character voice. Currently supporting jerry seinfelds voice from his audiobook + wav files from the seinfeld show itself. | ||
Create any kind of frontend to interact with backend of selecting a topic (Text input) => turbogpt3.5 generate a script => api call to TorToiSe + pyfastmp3encoder to generate a .wav file with the selected seinfeld character voice. Currently supporting jerry seinfelds voice from his audiobook + wav files from the seinfeld show itself. | ||
|
||
## Ethical Promises | ||
This project is just to showcase the potential of such apps. Hopefully in the future we will have a more clear guideline on ethically using applications such as this. I hope I gave enough credit where due. Please let me know of any issues [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters