Commit Graph

3 Commits

Author SHA1 Message Date
itsamejms
ac8d171046 finally getting a dev version functioning locally... what a mess that was 2025-11-21 22:22:53 +00:00
James Twose
b6017794a5 feat: Initialize Gemini V-Studio project setup
Sets up the foundational project structure, including:
- Vite for build tooling.
- React for the UI.
- Tailwind CSS for styling.
- MediaPipe for face tracking capabilities.
- Gemini API integration for avatar generation.
- Basic configuration files (package.json, vite.config.ts, tsconfig.json).
- Initial README with local run instructions.
- Core types and a basic Gemini service for image generation.
2025-11-20 20:45:25 +01:00
James Twose
bbd1a19152
Initial commit 2025-11-20 20:45:10 +01:00