Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.04 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.04 KB

Crop_prediction

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.

Features

💎 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

Table of Contents

💎 Installation 💎 Usage 💎 Contributing

Installation

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.