Skip to content

codexshami/FarmAIQ

Repository files navigation

🌱 FarmAIQ - Smart Agriculture Recommendation System

Empowering Farmers with AI-Driven Insights for Sustainable Farming


📋 Overview

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.


✨ Key Features

🌱 Crop Recommendation

  • Analyzes soil nutrients (N, P, K)
  • Considers weather conditions
  • Suggests the best crop to grow

🧪 Fertilizer Advisory

  • Detects nutrient deficiencies in the soil
  • Recommends suitable fertilizers

🦠 Disease Detection

  • Detects plant diseases using leaf images
  • Provides treatment suggestions

📊 Technologies Used

  • Python
  • Streamlit
  • Scikit-learn
  • TensorFlow / Keras
  • Pandas / NumPy

📂 Project Structure

FarmAIQ/
│
├── app.py
├── requirements.txt
├── models/
├── data/
├── images/
└── README.md

⚙️ Installation (Single Command)

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.py

🚀 Run Application

streamlit run app.py

👉 Open in browser:
http://localhost:8501


📸 Screenshots

Dashboard

Crop Recommendation

Plant Disease Analysis

Smart Fertilizer Suggestion

Weather Insights

Statistics

AI Crop Detection


📈 Performance

  • Crop Recommendation Accuracy: 99%
  • Disease Detection Accuracy: 98%

🤝 Contributing

  1. Fork the repository
  2. Create a new branch
  3. Commit changes
  4. Push & create PR

📜 License

This project is licensed under the MIT License.


🌟 Support

If you like this project, please give it a ⭐ star!

Made with ❤️ by Codexshami

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages