A creative and conversational AI assistant powered by Gemini, with exciting features like Co-Drawing, Tiny Cats, and an upcoming Map Explorer!
Lucy.AI is your next-gen AI companion built using React (frontend) and Flask (backend), powered by Google's Gemini AI for natural conversations, image-based collaboration, and fun surprises.
✨ Home page of Lucy.AI with sleek prompt UI
| Feature | Description |
|---|---|
| 💬 Prompt Bar | Ask questions, get creative, or explore knowledge with Gemini AI |
| 🎨 Co-Drawing | Collaborate with the AI on drawing (images-to-images or canvas-based collaboration) |
| 🗺️ Map Explorer | [Coming Soon] Explore locations interactively with AI-generated insights |
| 🐱 Tiny Cats | Fun little interactive cat animations |
| 🔐 Secure Backend | All AI calls routed through Flask to protect Gemini API key |
| Layer | Technology |
|---|---|
| 🧠 AI Engine | Gemini API (Google Generative AI) |
| 🌐 Frontend | React.js + Tailwind CSS |
| 🔧 Backend | Flask + Flask-CORS |
| 🌍 Deployment | Netlify (Frontend) + Render (Backend) |
cd frontend
npm install
npm run devcd backend
pip install -r requirements.txt
python app.py