Skip to content

NicodeScripts/YieldBrew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

β˜• YieldBrew

YieldBrew is a simple AI-powered tool designed to estimate coffee yield (in kg/ha) based on environmental and agricultural conditions. It was built as a lightweight proof-of-concept for a hackathon focused on sustainable and tech-enabled coffee farming.


🎯 What It Does

YieldBrew uses a regression-based neural network trained on synthetic agricultural data to predict coffee yield from various input features like rainfall, temperature, fertilizer usage, soil pH, and more.

The model is wrapped in a simple interactive Gradio interface for easy demonstration and experimentation.


πŸš€ How to Run

Prerequisites: Python 3.9+, PyTorch, scikit-learn, Gradio, NumPy, pandas

  1. Clone the repo: git clone https://github.com/NicodeScripts/YieldBrew.git cd YieldBrew
  2. Install Dependencies: pip install -r requirements.txt
  3. Train Model cd model jupyter notebook -> model_train.ipynb
  4. Run Demo cd demo python gradio_app.py

About

AI-powered tool for predicting coffee crop yields using environmental and farm condition data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors