Go to file
James Twose 5078d67d4f refactor: Improve avatar asset processing
Separates asset analysis into distinct steps to accurately capture face landmarks.
Introduces `fileToDataUrl` utility and modifies `stitchAssets` to accept image source strings, reducing redundant file processing and improving clarity.
2025-11-20 22:03:53 +01:00
components refactor: Improve avatar asset processing 2025-11-20 22:03:53 +01:00
hooks feat: Initialize Gemini V-Studio project setup 2025-11-20 20:45:25 +01:00
services refactor: Improve avatar asset processing 2025-11-20 22:03:53 +01:00
.gitignore feat: Initialize Gemini V-Studio project setup 2025-11-20 20:45:25 +01:00
App.tsx feat: Add image upload and background removal 2025-11-20 21:24:22 +01:00
index.html feat: Initialize Gemini V-Studio project setup 2025-11-20 20:45:25 +01:00
index.tsx feat: Initialize Gemini V-Studio project setup 2025-11-20 20:45:25 +01:00
metadata.json feat: Initialize Gemini V-Studio project setup 2025-11-20 20:45:25 +01:00
package.json feat: Initialize Gemini V-Studio project setup 2025-11-20 20:45:25 +01:00
README.md feat: Initialize Gemini V-Studio project setup 2025-11-20 20:45:25 +01:00
tsconfig.json feat: Initialize Gemini V-Studio project setup 2025-11-20 20:45:25 +01:00
types.ts feat: Add image upload and background removal 2025-11-20 21:24:22 +01:00
vite.config.ts feat: Initialize Gemini V-Studio project setup 2025-11-20 20:45:25 +01:00

GHBanner

Run and deploy your AI Studio app

This contains everything you need to run your app locally.

View your app in AI Studio: https://ai.studio/apps/drive/1Di9b15uKTFXVof4InO8oefefCDaW9Q26

Run Locally

Prerequisites: Node.js

  1. Install dependencies: npm install
  2. Set the GEMINI_API_KEY in .env.local to your Gemini API key
  3. Run the app: npm run dev