Skip to content

Commit 375eadd

Browse files
authored
Create README.md
1 parent 923ac5a commit 375eadd

File tree

1 file changed

+35
-0
lines changed
  • Prediction Models/Crop Prediction and Recommendation

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# 🌾🌾Crop recommendation and production prediction
2+
3+
## *Problem Statement:*
4+
The aim is to develop a predictive model that can forecast crop yields based on various factors such as district, state, season, and crop type. By leveraging supervised machine learning techniques, the model will provide farmers with valuable insights into expected crop yields in advance. This information enables farmers to make informed decisions regarding crop selection and planning, ultimately optimizing agricultural productivity and resource allocation.
5+
6+
## *Introduction:*
7+
In agriculture, predicting crop yields is crucial for effective decision-making and resource management. By forecasting yields in advance, farmers can better plan their planting schedules, optimize resource allocation, and mitigate risks associated with crop failure or low yields. Traditional methods of yield prediction often rely on historical data and subjective assessments, which may lack accuracy and reliability.
8+
9+
Leveraging machine learning techniques offers a more systematic and data-driven approach to crop yield prediction. By analyzing historical yield data along with various contextual factors such as district, state, season, and crop type, predictive models can identify patterns and correlations that contribute to accurate yield forecasts. This project aims to develop such a model to empower farmers with actionable insights for improved crop management and decision-making.
10+
11+
## 🗃️*Data Set Information:*
12+
- *Data Source:* [http://localhost:8888/edit/ML%20MiniProject/crop_production.csv],[http://localhost:8888/edit/ML%20MiniProject/Crop_recommendation.csv]
13+
- *Description of dataset 1, crop production:* The dataset contains historical records of crop yields along with corresponding factors such as district, state, season, and crop type. Each record represents a specific instance of crop cultivation and its corresponding yield.
14+
- *Sample Data:*
15+
- District: XYZ
16+
State: ABC
17+
Season: Kharif
18+
Crop Type: Rice
19+
Yield (in tons/acre): 5.8
20+
- District: XYZ
21+
State: DEF
22+
Season: Rabi
23+
Crop Type: Wheat
24+
Yield (in tons/acre): 4.3
25+
26+
*Description of dataset 2, crop recommendation:* The dataset contains records of multiple attributes that determine what type of crop can be grown for the given weather, soil and nutrient availability conditions
27+
- *Sample Data:*
28+
- N: 94,
29+
- P: 50,
30+
- K: 37,
31+
- temperature: 25.66585205,
32+
- humidity: 80.66385045,
33+
- ph: 6.94801983,
34+
- rainfall: 209.5869708,
35+
- label: rice

0 commit comments

Comments
 (0)