953 B
953 B
🌱 GreenThumber
An interactive Streamlit application that predicts and visualizes plant growth based on environmental conditions and optionally an uploaded image.
🚀 Features
- Select plant type or upload an image
- Adjust environmental parameters like sunlight, humidity, water, etc.
- Visualize plant growth using AI-generated images
- Powered by custom ML models and image generation pipelines
📦 Installation
-
Clone the repository
git clone https://repos.hackathon.bz.it/2025-summer/team-10.git cd team-10
-
Create a virtual environment (recommended)
python -m venv env source env/bin/activate # On Windows: env\Scripts\activate
-
Install dependencies
pip install -r requirements.txt
-
Run the App
streamlit run app.py
This will launch the web app in your browser.