abhifdsdf commited on
Commit
7fb1cc3
·
verified ·
1 Parent(s): 6feff60

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Crop Recommendation Model
2
+
3
+ This repository contains a machine learning model for crop recommendation based on soil and environmental features.
4
+
5
+ ## Files
6
+ - `crop_recommendation_model.pkl`: Trained model file.
7
+ - `scaler.pkl`: Scaler for preprocessing input features.
8
+ - `app.py`: Flask app for serving predictions.
9
+
10
+ ## Usage
11
+ Install dependencies:
12
+ ```bash
13
+ pip install flask flask-cors scikit-learn numpy