Upload README.md
Browse files
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
|