An API for rice yield prediction ML project for CSE3200
The model is based on Long Short Term Memory(LSTM) network. It uses previous weather data and land information of various district of Bangladesh to predict rice of a given land size for a district future in time. The model was used to build the API using Python Flask-RESTful and Poetry dependency manager. This API is hosted on Heroku. The frontend code is here. And The website is here.