{"id":29275361,"url":"https://github.com/eyeblech/plant-disease-detection-model","last_synced_at":"2026-05-19T19:32:27.595Z","repository":{"id":301537868,"uuid":"1009571304","full_name":"eyeblech/plant-disease-detection-model","owner":"eyeblech","description":"A no-bullshit Flask app for detecting plant diseases from leaf images. Works on Linux, Windows, and Mac.","archived":false,"fork":false,"pushed_at":"2025-06-27T11:12:54.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-27T11:45:24.212Z","etag":null,"topics":["ai","aimodel","app","application","flask","open-source","python","train","web"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eyeblech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-27T10:51:30.000Z","updated_at":"2025-06-27T11:12:57.000Z","dependencies_parsed_at":"2025-06-27T11:45:31.668Z","dependency_job_id":null,"html_url":"https://github.com/eyeblech/plant-disease-detection-model","commit_stats":null,"previous_names":["eyeblech/plant-disease-detection-model"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eyeblech/plant-disease-detection-model","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyeblech%2Fplant-disease-detection-model","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyeblech%2Fplant-disease-detection-model/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyeblech%2Fplant-disease-detection-model/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyeblech%2Fplant-disease-detection-model/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eyeblech","download_url":"https://codeload.github.com/eyeblech/plant-disease-detection-model/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyeblech%2Fplant-disease-detection-model/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263692940,"owners_count":23496945,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","aimodel","app","application","flask","open-source","python","train","web"],"created_at":"2025-07-05T06:10:17.179Z","updated_at":"2026-05-19T19:32:22.563Z","avatar_url":"https://github.com/eyeblech.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Plant Disease Detector 🔍🌱\n\nA lightweight Flask app for detecting plant diseases from leaf images. Works on Linux, Windows, and Mac.\n\n\n# [--- download the model here ---](https://mega.nz/file/WQRS2RbA#XLbOvtIKM3padgqjySAh-doj8mqdPJOMT3i1LmAklZ8)  \n\nPlace the downloaded `.pt` file in the project root folder after cloning.\n\n## System Requirements 💻\n- **Minimum**:\n  - 4GB RAM\n  - 2GB free disk space\n  - Python 3.9+\n\n- **Recommended**:\n  - NVIDIA GPU with CUDA 11.8\n  - 8GB+ RAM\n\n## Installation 🛠️\n\n### Linux (Debian/Ubuntu)\n```bash\n# 1. Install dependencies\nsudo apt update \u0026\u0026 sudo apt install -y python3-pip python3-venv libjpeg-dev\n\n# 2. Clone repo\ngit clone https://github.com/eyeblech/plant-disease-detection-model.git\ncd plant-disease-detection-model\n\n# 3. Set up environment\npython3 -m venv venv\nsource venv/bin/activate\npip install --upgrade pip\npip install -r requirements.txt\n```\n\n### Windows 10/11\n```powershell\n# 1. Install Python 3.9+ from Microsoft Store\n# 2. In PowerShell:\ngit clone https://github.com/eyeblech/plant-disease-detection-model.git\ncd plant-disease-detection-model\n\npython -m venv venv\n.\\venv\\Scripts\\activate\npip install --upgrade pip\npip install -r requirements.txt\n```\n\n### MacOS\n```bash\nbrew install python\ngit clone https://github.com/eyeblech/plant-disease-detection-model.git\ncd plant-disease-detection-model\n\npython3 -m venv venv\nsource venv/bin/activate\npip install --upgrade pip\npip install -r requirements.txt\n```\n\n## How to Run 🚀\n```bash\npython app.py\n```\nOpen `http://localhost:5000` in your browser.\n\n## File Structure 📁\n```\n.\n├── app.py                 # Main application\n├── plant_disease_model.pt  # Required (download from Mega)\n├── class_names.txt        # Disease labels\n├── requirements.txt       # Python dependencies\n├── static/\n│   └── uploads/           # User-uploaded images\n└── templates/\n    ├── index.html         # Main page\n    └── result.html       # Results page\n```\n\n![demo](https://github.com/user-attachments/assets/7af8b3d9-f5d2-4899-8e97-58b762b22681)\n\n\n## License\nMIT License - See [LICENSE](LICENSE) file\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feyeblech%2Fplant-disease-detection-model","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feyeblech%2Fplant-disease-detection-model","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feyeblech%2Fplant-disease-detection-model/lists"}