Automatically Transcript Youtube
A WebApp that extracts text from youtube videos and give out summarization.
Part of the project OpenAI Whisper, GPT3, Codex & DALL-E 2 Hackathon
- git clone the repo
pip install -r requirements.txt
- create YoutTubeAPI and OpenAI account
- create
.env
file inside project directory and writeOPENAI_KEY=<your_openai_key>
YOUTUBE_KEY=<your_youtube_key>
- run
python main.py