abekek / podcast_notes_chatgpt

Automatic generation of podcast/YouTube notes from YouTube with ChatGPT/GPT-3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate Podcast Notes using ChatGPT/GPT-3

Have you ever wanted to generate podcast notes using AI? Well, now you can! You no longer need to listen to the entire podcast to get the notes. This is a simple script to generate podcast notes (or any YouTube video) using ChatGPT and OpenAI's API.

main_image

Due to unavailability of ChatGPT's official API, the workaround pyChatGPT library was used; however, it may only work on your local machine with Chrome installed. Due to the nature of the library, it is not possible to run this script on a server. That is why, I have used OpenAI's API to generate the notes, and it is hosted on Streamlit.

Demo (GPT-3 Note Creator)

Link to the demo: https://podcast-notes-gpt.streamlit.app/

Demo (ChatGPT Note Creator)

  1. Clone the repository
  2. Install the requirements
  3. Run the script using streamlit run mainChatGPT.py
  4. Go to localhost:8501 on your browser

About

Automatic generation of podcast/YouTube notes from YouTube with ChatGPT/GPT-3


Languages

Language:Jupyter Notebook 88.4%Language:Python 10.4%Language:Dockerfile 1.2%