AI-Powered Crop Disease Detection System
Farmlink is an AI-powered web application that helps farmers identify crop diseases by uploading images of crops.
The system analyzes the image and detects possible diseases, making crop health diagnosis more accessible and affordable.
This project was developed as my first minor project during my Diploma in Computer Engineering.
- Rice & Paddy
- Wheat
- Maize & Corn
- Tomato
- User uploads a crop image
- The image is analyzed using a trained AI model
- The system predicts the crop disease (if any)
- Results are displayed in the browser
- Frontend: HTML, CSS
- Logic: JavaScript
- AI Model: Google Teachable Machine
- ML Framework: TensorFlow.js
- Model trained using Google Teachable Machine
- Deployed directly in the browser using TensorFlow.js
- No server-side processing required
- Diploma Minor Project (First Project)
Farmlink is an open-source project and welcomes contributions from the community.
If you'd like to contribute, please read the CONTRIBUTING.md file and check the Issues section for ideas.
- Basics of AI and Machine Learning
- Image-based classification
- Integrating AI models into web applications
- Real-world problem solving for agriculture