Skip to content

This project is an end-to-end machine learning solution for predicting blueberry yield based on various environmental and biological factors. Using Python and Flask for the back-end and Bootstrap for the front-end, it incorporates data ingestion, transformation, model training, and prediction stages. The prediction model is powered by CatBoost Algo

Notifications You must be signed in to change notification settings

amitkedia007/Blueberry-Yield-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This project is an end-to-end machine learning solution for predicting blueberry yield based on various environmental and biological factors. Using Python and Flask for the back-end and Bootstrap for the front-end, it incorporates data ingestion, transformation, model training, and prediction stages. The prediction model is powered by CatBoost Algo

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages