All Projects → Gladiator07 → Harvestify

Gladiator07 / Harvestify

Licence: GPL-3.0 license
A machine learning based website that recommends the best crop to grow, fertilizers to use, and the diseases caught by your crops.

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Harvestify

Raspberrypi Facedetection Mtcnn Caffe With Motion
MTCNN with Motion Detection, on Raspberry Pi with Love
Stars: ✭ 204 (-22.14%)
Mutual labels:  machinelearning
LiuAlgoTrader
Framework for algorithmic trading
Stars: ✭ 514 (+96.18%)
Mutual labels:  machinelearning
Vector-Map-Generation-from-Aerial-Imagery-using-Deep-Learning-GeoSpatial-UNET
We propose a simple yet efficient technique to leverage semantic segmentation model to extract and separate individual buildings in densely compacted areas using medium resolution satellite/UAV orthoimages. We adopted standard UNET architecture, additionally added batch normalization layer after every convolution, to label every pixel in the ima…
Stars: ✭ 74 (-71.76%)
Mutual labels:  machinelearning
Gymfc
A universal flight control tuning framework
Stars: ✭ 210 (-19.85%)
Mutual labels:  machinelearning
Igel
a delightful machine learning tool that allows you to train, test, and use models without writing code
Stars: ✭ 2,956 (+1028.24%)
Mutual labels:  machinelearning
hawking
A Natural Language Date Time Parser that Extract date and time from text with context and parse to the required format
Stars: ✭ 168 (-35.88%)
Mutual labels:  machinelearning
Atari Model Zoo
A binary release of trained deep reinforcement learning models trained in the Atari machine learning benchmark, and a software release that enables easy visualization and analysis of models, and comparison across training algorithms.
Stars: ✭ 198 (-24.43%)
Mutual labels:  machinelearning
fastchess
Predicts the best chess move with 27.5% accuracy by a single matrix multiplication
Stars: ✭ 75 (-71.37%)
Mutual labels:  machinelearning
Datacamp Python Data Science Track
All the slides, accompanying code and exercises all stored in this repo. 🎈
Stars: ✭ 250 (-4.58%)
Mutual labels:  machinelearning
mlzero to hero
No description or website provided.
Stars: ✭ 40 (-84.73%)
Mutual labels:  machinelearning
Ml Classifier Ui
A UI tool for quickly training image classifiers in the browser
Stars: ✭ 224 (-14.5%)
Mutual labels:  machinelearning
Text Classification
Machine Learning and NLP: Text Classification using python, scikit-learn and NLTK
Stars: ✭ 239 (-8.78%)
Mutual labels:  machinelearning
double-trouble-in-double-descent
Double Trouble in the Double Descent Curve with Optical Processing Units.
Stars: ✭ 12 (-95.42%)
Mutual labels:  machinelearning
Netron
Visualizer for neural network, deep learning, and machine learning models
Stars: ✭ 17,193 (+6462.21%)
Mutual labels:  machinelearning
GIMLeT
GIMLeT – Gestural Interaction Machine Learning Toolkit
Stars: ✭ 33 (-87.4%)
Mutual labels:  machinelearning
Awesome Deep Learning And Machine Learning Questions
【不定期更新】收集整理的一些网站中(如知乎、Quora、Reddit、Stack Exchange等)与深度学习、机器学习、强化学习、数据科学相关的有价值的问题
Stars: ✭ 203 (-22.52%)
Mutual labels:  machinelearning
ml-book
Codice sorgente ed Errata Corrige del mio libro "A tu per tu col Machine Learning"
Stars: ✭ 16 (-93.89%)
Mutual labels:  machinelearning
hydra-zen
Pythonic functions for creating and enhancing Hydra applications
Stars: ✭ 165 (-37.02%)
Mutual labels:  machinelearning
kedro-airflow-k8s
Kedro Plugin to support running pipelines on Kubernetes using Airflow.
Stars: ✭ 22 (-91.6%)
Mutual labels:  machinelearning
mindsdb native
Machine Learning in one line of code
Stars: ✭ 34 (-87.02%)
Mutual labels:  machinelearning

HARVESTIFY 🌿

A simple ML and DL based website which recommends the best crop to grow, fertilizers to use and the diseases caught by your crops.

This project is featured on Krish Naik's YouTube Channel => Check it out here

DISCLAIMER ⚠️

This is a POC(Proof of concept) kind-of project. The data used here comes up with no guarantee from the creator. So, don't use it for making farming decisions. If you do so, the creator is not responsible for anything. However, this project presents the idea that how we can use ML/DL into precision farming if developed at large scale and with authentic and verified data.

MOTIVATION 💪

  • Farming is one of the major sectors that influences a country’s economic growth.

  • In country like India, majority of the population is dependent on agriculture for their livelihood. Many new technologies, such as Machine Learning and Deep Learning, are being implemented into agriculture so that it is easier for farmers to grow and maximize their yield.

  • In this project, I present a website in which the following applications are implemented; Crop recommendation, Fertilizer recommendation and Plant disease prediction, respectively.

    • In the crop recommendation application, the user can provide the soil data from their side and the application will predict which crop should the user grow.

    • For the fertilizer recommendation application, the user can input the soil data and the type of crop they are growing, and the application will predict what the soil lacks or has excess of and will recommend improvements.

    • For the last application, that is the plant disease prediction application, the user can input an image of a diseased plant leaf, and the application will predict what disease it is and will also give a little background about the disease and suggestions to cure it.

DATA SOURCE 📊

Notebooks 📓

I have also published the corresponding code on Kaggle Notebooks.

Built with 🛠️

DEPLOYMENT 🚀

Deployment is done using deploy branch

This website is deployed at Heroku

You can access it here

Note: The website may take a minute to load sometimes, as the server may be in hibernate state

How to use 💻

  • Crop Recommendation system ==> enter the corresponding nutrient values of your soil, state and city. Note that, the N-P-K (Nitrogen-Phosphorous-Pottasium) values to be entered should be the ratio between them. Refer this website for more information. Note: When you enter the city name, make sure to enter mostly common city names. Remote cities/towns may not be available in the Weather API from where humidity, temperature data is fetched.

  • Fertilizer suggestion system ==> Enter the nutrient contents of your soil and the crop you want to grow. The algorithm will tell which nutrient the soil has excess of or lacks. Accordingly, it will give suggestions for buying fertilizers.

  • Disease Detection System ==> Upload an image of leaf of your plant. The algorithm will tell the crop type and whether it is diseased or healthy. If it is diseased, it will tell you the cause of the disease and suggest you how to prevent/cure the disease accordingly. Note that, for now it only supports following crops

Supported crops
  • Apple
  • Blueberry
  • Cherry
  • Corn
  • Grape
  • Pepper
  • Orange
  • Peach
  • Potato
  • Soybean
  • Strawberry
  • Tomato
  • Squash
  • Raspberry

How to run locally 🛠️

  • Before the following steps make sure you have git, Anaconda or miniconda installed on your system
  • Clone the complete project with git clone https://github.com/Gladiator07/Harvestify.git or you can just download the code and unzip it
  • Note: The master branch doesn't have the updated code used for deployment, to download the updated code used for deployment you can use the following command
    ❯ git clone -b deploy https://github.com/Gladiator07/Harvestify.git 
    
  • deploy branch has only the code required for deploying the app (rest of the code that was used for training the models, data preparation can be accessed on master branch)
  • It is highly recommended to clone the deploy branch for running the project locally (the further steps apply only if you have the deploy branch cloned)
  • Once the project is cloned, open anaconda prompt in the directory where the project was cloned and paste the following block
    conda create -n harvestify python=3.6.12
    pip install -r requirements.txt
    conda activate harvestify
    
  • And finally run the project with
    python app.py
    
  • Open the localhost url provided after running app.py and now you can use the project locally in your web browser.

DEMO

  • Crop recommendation system

demo

  • Fertilizer suggestion system

demo

  • Disease Detection system

demo

Contribute 👨‍💻

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Usage ⚙️

You can use this project for further developing it and adding your work in it. If you use this project, kindly mention the original source of the project and mention the link of this repo in your report.

Further Improvements 📈

This was my first big project so there are lot of things to improve upon

  • CSS code is totally messed up 😔 (some code in file and some inline)
  • Frontend can be made more nicer (PS: I suck at frontend development) 😢
  • More data can be collected manually via web scrapping to make the system more accurate 🧐
  • Additional plant images can be collected to make the disease detection part more robust and generalized 🤕
  • Modularized code can be written instead of writing in Jupyter Notebooks (will follow this in upcoming projects)

Credits 💳

This project is heavily inspired from this GitHub repository (especially the crop recommendation and fertilizer recommendation part). This project is an extended version of the above mentioned project. Please star the mentioned repo.

License 📝

This project is licensed under GNU (GENERAL PUBLIC LICENSE).

Contact 📞

If you have any doubt or want to contribute feel free to email me or hit me up on LinkedIn

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].