This application is an express based api that uses genkit for building AI Powered application. This exposes an endpoint to summarize youtube video
- node v20+
- genkit 1.22
- expressjs 4.2.x
- Rename .env.sample file to .env
- Get the GEMINI_API_KEY from https://aistudio.google.com
- Get the YOUTUBE_API_KEY from https://console.cloud.google.com/ by enabling Youtube API
- Run npm install
npm i
- Run npm run genkit:ui
npm run genkit:ui
- cd frontend and do npm i
npm i
- Run Angular App
npm run start
