Skip to content

Seinfeld-Talkabot is a Python project that generates .wav files of Jerry Seinfeld's voice from the Seinfeld show and audiobook. The bot uses OpenAI's davinci003 API and TorToiSe library to generate the audio. The main goal of the project is to showcase the capabilities of natural language processing and voice generation in Python.

younesbram/seinfeld-talkabot

Repository files navigation

Seinfeld-Talkabot

How to use :

  1. PyTorch & Have a decent GPU
  2. Follow installation of dependencies for tortoise and openai on pip (Tip: use conda environment)
  3. Attach your openai api key on client side or in env
  4. python serenitynow.py => enter any topic you'd like a seinfeld skit/joke on

Tech Stack

OpenAI===gpt-3.5-turbo TorToiSe==2.4.2 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 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) => turbogpt3.5 generate a script => api call to TorToiSe + pyfastmp3encoder to generate a .wav file with the selected seinfeld character voice. Currently supporting 3 seinfeld character voices from wav files.

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]

Thanks to

        https://github.com/neonbjb/ For his pyfastmp3encoder + TorToiSe
        https://github.com/CorentinJ/Real-Time-Voice-Cloning
        Seinfeld, Jerry.
        David, Larry.
        OpenAI

About

Seinfeld-Talkabot is a Python project that generates .wav files of Jerry Seinfeld's voice from the Seinfeld show and audiobook. The bot uses OpenAI's davinci003 API and TorToiSe library to generate the audio. The main goal of the project is to showcase the capabilities of natural language processing and voice generation in Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published