The SoilGuard: AI Soil Quality Checker is a Machine Learning-powered web application that predicts soil type from an uploaded image and provides:
β
Best crops to grow
β
Fertilizer recommendations
β
Soil health analysis
β
Watering tips
β
Latest government schemes for farmers
β
Agricultural news & weather updates
This project is designed to help farmers and agriculture enthusiasts make better decisions about soil and crop management.
Soil-Detector-Project/ ββ static/ # CSS, JS, Images ββ templates/ # HTML files ββ app.py # Flask backend ββ model/ # Trained ML models ββ dataset/ # Soil dataset (100MB) ββ requirements.txt # Python dependencies ββ README.md # Project documentation
git clone https://github.com/vaishnavibhutada/Soil-Detector-Project.git
cd Soil-Detector-Project
python -m venv venv
# Activate the virtual environment
# For Windows:
venv\Scripts\activate
# For Linux/Mac:
source venv/bin/activate
pip install -r requirements.txt
python app.py
Now open your browser and visit π http://127.0.0.1:5000/
Here are some visuals of the Soil Detector Project in action:







π©βπ» Vaishnavi Bhutada
β If you like this project, donβt forget to star the repo!