created README.md
This commit is contained in:
parent
f74f48d3f6
commit
aa3ac54a22
1 changed files with 40 additions and 0 deletions
40
README.md
Normal file
40
README.md
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
# 🌱 Plant Growth AI Predictor
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
1. **Clone the repository**
|
||||||
|
```bash
|
||||||
|
git clone https://repos.hackathon.bz.it/2025-summer/team-10.git
|
||||||
|
cd team-10
|
||||||
|
```
|
||||||
|
|
||||||
|
2. **Create a virtual environment (recommended)**
|
||||||
|
```bash
|
||||||
|
python -m venv env
|
||||||
|
source env/bin/activate # On Windows: env\Scripts\activate
|
||||||
|
```
|
||||||
|
|
||||||
|
3. **Install dependencies**
|
||||||
|
```bash
|
||||||
|
pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
|
4. **Run the App**
|
||||||
|
```bash
|
||||||
|
streamlit run app.py
|
||||||
|
```
|
||||||
|
|
||||||
|
This will launch the web app in your browser.
|
Loading…
Add table
Add a link
Reference in a new issue