File size: 693 Bytes
31a232d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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.