Currently YTC usees OpenAI's API and my limit of free tier has exceeded, i'll soo shift it to Google's Gemini
-
Summary of the video ✅
-
Transcription of the video 🔃
-
Chat with Video 🔃
This is a chrome Extension which is a part of me learning building, how to build chrome extensions.
YTC lets you have a chat with a Youtube video, get the summary of the video and see the whole trancription of the video.
It leverages OpenAI's ChatGPT and Google's gemini you can pick and choose between thse two LLMs
Insert gif or link to demo
- Light/dark mode toggle
- Live previews
- Fullscreen mode
- Cross platform
- Youtube AI I got the inspiration of building YTC by looking at Youtube AI
Client: React, Redux, TailwindCSS
Server: Node, Express
Clone the project
git clone https://link-to-project
Go to the project directory
cd my-project
Install dependencies
npm install
Start the server
npm run start