ivgen / README.md
saltudio's picture
Update README.md
a69aeb7 verified

A newer version of the Streamlit SDK is available: 1.56.0

Upgrade
metadata
title: Ivgen
emoji: πŸš€
colorFrom: red
colorTo: indigo
sdk: streamlit
sdk_version: 1.37.0
app_file: app.py
pinned: false
tags:
  - streamlit
short_description: Generate images and videos with Gemini API

πŸš€ Ivgen – Gemini Image & Video Generator

This Space is a Streamlit app to generate videos and images using Google Gemini API.

✨ Features

  • Video Generation:
    • Veo 2
    • Veo 3 Fast
    • Veo 3
  • Image Generation:
    • Imagen 4
    • Nano Banana (Text-to-Image + Image-to-Image reference)
  • Image-to-Video (Veo)
  • Batch / Bulk Processing (multi-line or JSON prompts)
  • Parallel Jobs with polling
  • Result Cards with preview + download

πŸš€ How to Use

  1. Enter your Gemini API Key at the top.
  2. Choose mode:
    • Video (text-to-video or image-to-video)
    • Image (text-to-image or image-to-image)
  3. Paste multiple prompts (one per line) or JSON prompts.
  4. (Optional) Upload reference images β†’ auto-sorted A–Z / 1–9.
  5. Click Generate and watch results appear in real time.

πŸ›  Tech Stack

  • Frontend: Streamlit
  • Backend: Gemini API (google-genai SDK)
  • Deployment: Hugging Face Spaces

πŸ“¦ Run Locally

pip install -r requirements.txt
streamlit run app.py