AgroVision is an innovative project aimed at revolutionizing the way farmers choose crops and make decisions about their farming operations. With the use of cutting-edge technology and machine learning algorithms, AgroVision provides farmers with a comprehensive and accurate picture of their farm's potential. This includes soil analysis, location-based data, and rainfall information, which can be used to determine the most suitable crops for a given area.
- Crop Prediction based on Locality and seasons.
- Crop Prediction based on the soil fertility
- Crop Price Prediction.
Project is live at : https://agrovision-trinit.netlify.app/
You can find API's here:
Base URL: https://santhosh2211.pythonanywhere.com/
- GET
/api/soilcrop
- Provides optimum soil conditions for each crop. - POST
/api/soilcrop
- It takes soil Nutrients as a parameter and predicts suitable and alternative crops. - GET
/api/cropanalysis
- Provides top most crops grown in states of India. (Note: Crops array be more than 10 in some cases) - POST
/api/croplocation
- Crop prediction based on locality and season. - GET
/api/getlocations
- List of state-wise districts that are used in our project. - GET
/api/cropprice
- Provides Top5, Bottom5 crops of this month and also Six months forecaster. - GET
/api/cropprice/<cropname>
- Analytics of individual crop.