Skip to content

Capture webcam via browser, generate text descriptions with Google Gemini, generate speech with ElevenLabs

Notifications You must be signed in to change notification settings

thorwebdev/webcam-audio-description-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Webcam Audio Description Generator

Generate audio descriptions for your videos using Google Gemini and ElevenLabs.

Setup

  • cp supabase/functions/.env. example supabase/functions/.env
  • Set your Gemini API key in supabase/functions/.env
  • Set your ElevenLabs API key in supabase/functions/.env

Run locally

supabase start
supabase functions serve --no-verify-jwt
# In another terminal
python3 -m http.server

Open http://localhost:8000/

About

Capture webcam via browser, generate text descriptions with Google Gemini, generate speech with ElevenLabs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published