Skip to content

jaintra/generative-video

 
 

Repository files navigation

Generative Video

This is a quick POC of generating a video from still images (Generative Images) and audio (text to speech api) with help of Gemini as the language model.

Requirements

  1. Install ffmpeg
  2. Install the python requirements
pip install -r requirements.txt
  1. Gemini API
  2. Google Imagen2 Access
  3. Service Account with aiplatform.endpoints.predict permission
  4. .env file
DS_GOOGLE_API_KEY=your-gemini-api-key
DS_PROJECT_ID=your-project-id
DS_LOCATION=us-central1

How to run

  1. Export the GOOGLE_APPLICATION_CREDENTIALS
  2. Run below command
streamlit run app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%