This project, "Plant Fettle Detector," aims to detect diseases and assess the quality of apples and oranges using image processing techniques. It utilizes research concepts detailed in the following paper: IEEE Xplore - Research Paper.
- Disease detection for apples, orange, etc.
- Quality assessment based on visual inspection.
- Web-based interface for easy interaction.
- Clone the repository:
git clone https://github.com/your-username/plant-fettle-detector.git
- Navigate to the project directory.
- Run the application:
python app.py
- Open your web browser and go to
http://localhost:5000
to use the application.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature
). - Make your changes.
- Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature
). - Create a new Pull Request.
We would like to acknowledge the contributions and support of the following individuals to this project:
- Khushi Bajpai (KhushiBajpai2003): Implementation of image processing algorithms.
- Shruti Jain (shrutiijainn11): Development of web interface and frontend design.