c
File size: 1,587 Bytes
17c5137
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Crop Recommendation

#### Harnessing the capabilities of machine learning models, analyzes specific parameters to suggest the most suitable crops, optimizing yields and efficiency.

## Demo
### Input Interface
<img src="https://github.com/07Sada/crop-recommendation/assets/112761379/3f8c5f4d-1df4-4516-b428-f4b95a2cc5df" alt="Image 1" width="800">

### Output Interface
<img src="https://github.com/07Sada/crop-recommendation/assets/112761379/86a4aefd-b973-40ad-b79c-f2b1dd070d91" alt="Image 1" width="800">

## Data Source
This dataset contains information about the soil and environmental conditions that are ideal for growing different crops. The dataset includes the following columns:

- `N`: The ratio of nitrogen content in the soil.
- `P`: The ratio of phosphorus content in the soil.
- `K`: The ratio of potassium content in the soil.
- `Temperature`: The temperature in degrees Celsius.
- `Humidity`: The relative humidity in percent.
- `pH`: The pH value of the soil.
- `Rainfall`: The rainfall in millimeters.
  
[Link](https://www.kaggle.com/datasets/atharvaingle/crop-recommendation-dataset) for the dataset 

<details>
  <summary>Supported crops
</summary>

- Apple
- Blueberry
- Cherry
- Corn
- Grape
- Pepper
- Orange
- Peach
- Potato
- Soybean
- Strawberry
- Tomato
- Squash
- Raspberry
</details>

## Project Details
This is repository is submodule for [CropGaurd](https://github.com/07Sada/CropGaurd.git)

## Project PipeLine Stages
![Project PipeLine Stages](https://user-images.githubusercontent.com/112761379/225940480-2a7381b2-6abd-4c1c-8287-0fd49099be8c.jpg)