No description
Find a file
2025-08-02 11:25:05 +00:00
__pycache__ final changes to the ui 2025-08-02 12:26:50 +02:00
env
models
plant_growth_data Added learning model for image generation 2025-08-02 10:50:03 +02:00
venv
app.py final changes to the ui 2025-08-02 12:26:50 +02:00
image_generation.py final changes to the ui 2025-08-02 12:26:50 +02:00
LICENSE
README.md Aggiorna README.md 2025-08-02 10:42:29 +00:00
requirements.txt adding requirements.txt 2025-08-02 11:25:05 +00:00

🌱 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

  1. Clone the repository

    git clone https://repos.hackathon.bz.it/2025-summer/team-10.git
    cd team-10
    
  2. Create a virtual environment (recommended)

        python -m venv env
        source env/bin/activate   # On Windows: env\Scripts\activate
    
  3. Install dependencies

        pip install -r requirements.txt
    
  4. Run the App

        streamlit run app.py
    

This will launch the web app in your browser.