A Smart Agriculture Recommendation System is an AI-based application that helps farmers by: • Selecting the best crop based on soil and environmental conditions • Choosing the most suitable fertilizer for better yield • Detecting plant diseases early to prevent crop damage It uses data and machine learning techniques to provide accurate and efficient farming recommendations.
- Analyzes soil nutrients (N, P, K)
- Considers weather conditions
- Suggests the best crop to grow
- Detects nutrient deficiencies in the soil
- Recommends suitable fertilizers
- Detects plant diseases using leaf images
- Provides treatment suggestions
- Python
- Streamlit
- Scikit-learn
- TensorFlow / Keras
- Pandas / NumPy
FarmAIQ/
│
├── app.py
├── requirements.txt
├── models/
├── data/
├── images/
└── README.md
git clone https://github.com/codexshami/FarmAIQ.git && cd FarmAIQ && python -m venv venv && (venv\Scripts\activate || source venv/bin/activate) && pip install -r requirements.txt && streamlit run app.pystreamlit run app.py👉 Open in browser:
http://localhost:8501
- Crop Recommendation Accuracy: 99%
- Disease Detection Accuracy: 98%
- Fork the repository
- Create a new branch
- Commit changes
- Push & create PR
This project is licensed under the MIT License.
Made with ❤️ by Codexshami








