Skip to content

Repository files navigation

Multimodal Doctor Pre-screening App in Next.js

S/O to Yeyulabs (original code)

Features

  • 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

Architecture

Prerequisites

  • Node.js 18+ installed
  • API key for Gemini 2.0 Model

Getting Started

  1. Install dependencies
npm install
# or
yarn install
  1. Set up environment variables
cp .env.example .env.local

Add your Gemini API key to .env.local:

GEMINI_API_KEY=your_api_key_here
  1. Run the development server
npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the application.

About

Voice Doctor

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages