This project is a Streamlit-based application that generates home design layouts using Google Gemini AI and fetches design inspiration from Lexica.art.
In the project directory, you can run:
Runs the app in development mode.
Open http://localhost:8501 to view it in your browser.
The app will automatically reload when you make changes.
Installs all dependencies required for the project.
Runs the core backend logic manually (without Streamlit UI).
To use the AI features, replace YOUR_API_KEY_HERE in app.py:
api_key = "YOUR_API_KEY_HERE"
genai.configure(api_key=api_key)