Crop Recommendation Model
This repository contains a machine learning model for crop recommendation based on soil and environmental features.
Files
crop_recommendation_model.pkl: Trained model file.scaler.pkl: Scaler for preprocessing input features.app.py: Flask app for serving predictions.
Usage
Install dependencies:
pip install flask flask-cors scikit-learn numpy