This project is a web application that demonstrates how to use Google Vertex AI Generative Models to generate images, edit existing images, and create short videos using text prompts and images.
The application integrates Imagen and Veo models through Google Cloud REST APIs and provides a simple workflow for experimenting with generative AI.
# Clone the repository
git clone https://github.com/Ashot72/Image-Video-Generation-Vertex-AI
# Navigate into the project directory
cd Image-Video-Generation-Vertex-AI
# Copy the example `.env` file and add your project ID
cp env.example .env
# Place your `service-account-key.json` file in the project root directory.
# Install dependencies
npm install
# Start the development server
npm start
# The app will be available at http://localhost:3000📺 Video: Watch on YouTube