Skip to content

Latest commit

 

History

History
69 lines (48 loc) · 2.35 KB

README.md

File metadata and controls

69 lines (48 loc) · 2.35 KB

Blueberry Yield Prediction

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.

Table of Contents

Getting Started

To get a local copy up and running, follow these steps:

Prerequisites

  • 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

Installation

  1. Clone the repo
    gh repo clone amitkedia007/Blueberry-Yield-Prediction
  2. Install Python packages
    pip install -r requirements.txt
  3. Run the application
    python app.py

Usage

  1. Open the application in your web browser. use this link to open the project locally : (http://localhost:5000/predictdata) image

  2. Input the required parameters in the form. image

  3. Click 'Predict' to get the predicted yield. image

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the project
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a pull request

License

The machine learning model trained on this dataset: https://www.kaggle.com/competitions/playground-series-s3e14/data

Contact

Email - amitkedia3000@gmail.com

Project Link: amitkedia007/Blueberry-Yield-Prediction