CoolFace
Apppublic

banao-tech/Self-Vision-Space

sourceHugging Faceupdated 4mo agoView on Hugging Face
1likes
App README

Vidya v3 — Self-Vision Image Generation Service Web App

This is the interactive frontend for the Vidya v3 Self-Vision service. It generates personalized career milestone visualizations using Gemini 3.1 Flash Image.

Local Setup

  1. 1.Clone or download this folder.
  2. 2.Install dependencies:
bash
   pip install -r requirements.txt
  1. 1.Set your environment variables in a .env file:
env
   GEMINI_API_KEY=your_gemini_api_key
  1. 1.Start the application:
bash
   python app.py

Deploying to Hugging Face Spaces

  1. 1.Create a new Space on Hugging Face.
  2. 2.Choose Gradio as the SDK.
  3. 3.Push these files to your Space repository.
  4. 4.Set the GEMINI_API_KEY secret in the Space settings page for global access.