Skip to content

Shreyas-135/BlueBerry-Yield-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlueBerry-Price-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 Shreyas-135/Blueberry-Yield-Prediction
  2. Install Python packages
    pip install -r requirements.txt
  3. 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.

  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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages