banao-tech/Self-Vision-Space
1
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
- Clone or download this folder.
- Install dependencies:
pip install -r requirements.txt- Set your environment variables in a
.envfile:
GEMINI_API_KEY=your_gemini_api_key- Start the application:
python app.pyDeploying to Hugging Face Spaces
- Create a new Space on Hugging Face.
- Choose Gradio as the SDK.
- Push these files to your Space repository.
- Set the
GEMINI_API_KEYsecret in the Space settings page for global access.
