Skip to content

Crop Recommendation Using Machine Learning(KNeighborsClassifier) and OpenWeatherMap

Notifications You must be signed in to change notification settings

Yuv-Rajd/CropRecomendationAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CropRecomendationAPI

Crop Recommendation using real time temperature and humidity of the given city using weather API ("http://api.openweathermap.org"), machine learning is used to recommend the crops based on temperature and humidity (KNeighborsClassifier)(internship)

packages needs to be downloaded

pip install numpy pip install pandas pip install scipy pip install matplotlib pip install requests pip install Flask

modification required

modification required

in WeatherDataProvider.py on line no :7 Enter your API key
yt video to generate api key

project images

Login Page
username :admin
password :1234


Crop Recommendation Page


Result


Releases

No releases published

Packages

No packages published