This project utilizes Machine Learning to predict the yield of blueberry crops based on various factors such as clone size, density of different bees, temperature range, raining days, and fruitset. The application is built using Python, Flask, CatBoost, and deployed on a local server. It provides a user-friendly web interface for users to input relevant parameters and get yield predictions instantly.
To get a local copy up and running, follow these steps:
- Python 3.7 or newer
 - Flask
 - Linear Regression, Lasso, Ridge, K-Neighbors Regressor, Decision Tree, Random Forest Regressor XGBRegressor, CatBoosting Regressor, AdaBoost Regressor
 - Pandas, Numpy, Sckit-learn
 
- Clone the repo
gh repo clone Shreyas-135/Blueberry-Yield-Prediction
 - Install Python packages
pip install -r requirements.txt
 - Run the application
python app.py
 
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the project
 - Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a pull request