S/O to Yeyulabs (original code)
- Realtime audio/video(image) interaction with Gemini 2.0 Multimodal Live API
- Live transcription by Gemini 1.5/2.0 GenerativeAI API
- Built with Next.js for optimal performance
- Node.js 18+ installed
- API key for Gemini 2.0 Model
- Install dependencies
npm install
# or
yarn install- Set up environment variables
cp .env.example .env.localAdd your Gemini API key to .env.local:
GEMINI_API_KEY=your_api_key_here
- Run the development server
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the application.