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.
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.
Link to the demo: https://abekek-podcast-notes-chatgpt-main-5tfwph.streamlit.app/
- Clone the repository
- Install the requirements
- Run the script using
streamlit run mainChatGPT.py
- Go to
localhost:8501
on your browser