This project is a crop prediction website that suggests the best crops to plant based on various input features using the K-Nearest Neighbors (KNN) algorithm. The web application is built with Flask.
💎 Predict the best crops to plant using the KNN algorithm 💎 Converts input words to Hindi for better accessibility 💎 Displays suggested crops with images for easy identification 💎 User-friendly web interface built with Flask
💎 Installation 💎 Usage 💎 Contributing
Clone the repository:
git clone https://github.com/RiturajS12/Crop_prediction.git
Navigate to the project directory:
cd Crop_prediction
Install the required packages:
pip install -r requirements.txt
Usage
Run the Flask application:
python app.py
Feel free to explore the app and provide feedback! 🌾💡
Contributing
Contributions are welcome! Please open an issue or submit a pull request if you have suggestions or improvements.