Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prince-c11/crop_recommendation_api

A crop recommendation API using a machine learning with an accuracy of 99.18%.
https://github.com/prince-c11/crop_recommendation_api

api crop-recommendation flask-api machine-learning project random-forest

Last synced: 4 days ago
JSON representation

A crop recommendation API using a machine learning with an accuracy of 99.18%.

Awesome Lists containing this project

README

        

# Crop Recommendation API

This project implements a crop recommendation system using a Random Forest classifier with an accuracy of 99.18%. It is deployed and accessible at [cropok-production.up.railway.api](https://cropok-production.up.railway.app).

Now, URL is not working because free trial limit is exceeded.

## Features

- Utilizes Random Forest algorithm for accurate crop recommendations.
- Converts the model into a Flask API for easy integration.

## Input Parameters
- Nitrogen
- Phosphorus
- Potassium
- Temperature
- Humidity
- Ph

## Note

The API is currently not working due to the free trial limit being exceeded. You are free to deploy and use it in your own environment.