A Crop Recommendation and Crop Disease Detection System using Machine Learning, Big data Analysis
Crop Recommendation based on factors:
- Temperature
- Humidity
- pH
- Rainfall
- N, P, K - Nitrogen, Phosphorous, Potassium content of soil
- Crop Recommendation: Random Forests (98.51% accuracy)
- Disease Detection: ResNet (98% accuracy)
Disease Detection
Crop Recommendation
- Jupyter Notebook: For data cleaning, analysis, profiling, modeling, visualizing, recording different results.
- Tensorflow: For image recognition
- Libraries/Modules Used: Pandas, Seaborn, Matplotlib, Sklearn, Pickle.
Web app:
- Flask: Framework to use the predict function from pickle file and build middleware and frontend.
- Bootstrap: Framework used for presentation and styling the frontend.