{"id":25172886,"url":"https://github.com/akhilub/cropcareai","last_synced_at":"2026-04-09T12:34:47.357Z","repository":{"id":237818438,"uuid":"795292326","full_name":"akhilub/CropCareAI","owner":"akhilub","description":"CropCareAI is a web application that uses artificial intelligence to identify and diagnose plant diseases. It's designed to help plant enthusiasts, farmers, and researchers by providing quick and accurate disease detection through image analysis.","archived":false,"fork":false,"pushed_at":"2025-01-24T12:42:49.000Z","size":567,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-30T11:02:47.096Z","etag":null,"topics":["docker","flask","image-analysis","image-classification","image-processing","k8s","kubernetes","machine-learning","predictive-modeling","python3","restful-api","tensorflow"],"latest_commit_sha":null,"homepage":"https://huggingface.co/spaces/akhilsin/CropCareAI","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/akhilub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-05-03T00:58:41.000Z","updated_at":"2025-01-24T12:42:53.000Z","dependencies_parsed_at":"2024-05-03T08:27:54.056Z","dependency_job_id":"38401abd-eb50-4459-b842-a299532e56fc","html_url":"https://github.com/akhilub/CropCareAI","commit_stats":null,"previous_names":["akhilub/cropcareai"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/akhilub/CropCareAI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akhilub%2FCropCareAI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akhilub%2FCropCareAI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akhilub%2FCropCareAI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akhilub%2FCropCareAI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akhilub","download_url":"https://codeload.github.com/akhilub/CropCareAI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akhilub%2FCropCareAI/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266905263,"owners_count":24004141,"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","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["docker","flask","image-analysis","image-classification","image-processing","k8s","kubernetes","machine-learning","predictive-modeling","python3","restful-api","tensorflow"],"created_at":"2025-02-09T10:18:20.024Z","updated_at":"2025-12-30T22:00:59.137Z","avatar_url":"https://github.com/akhilub.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\ntitle: CropCareAI\nemoji: 🌿\ncolorFrom: green\ncolorTo: blue\nsdk: docker\nsdk_version: \"3.11\"\napp_file: app.py\npinned: false\n---\n\n\n# CropCareAI\nCropCareAI is a web application built using the Flask framework that aims to assist plant enthusiasts, farmers, and researchers in identifying and diagnosing plant diseases using AI.\n\n\n## Application Demo\n\n\u003cp align=\"center\"\u003e \n    \u003cimg src=\"images/CropCareAIDemo.gif\" align=\"center\" height=\"\" width=\"\"\u003e\u003c/img\u003e\n\u003c/p\u003e\n\n\n## Kubernetes deployment\n\n\u003cp align=\"center\"\u003e \n    \u003cimg src=\"images/cropcare-ai-kubernetes.gif\" align=\"center\" height=\"\" width=\"\"\u003e\u003c/img\u003e\n\u003c/p\u003e\n\n\nInstallation guide for cropcare.ai\n\n1. **Install Python**: \nMake sure Python is installed on your system. You can download the latest version of Python from the official Python website (https://www.python.org/) Choose the appropriate installer for your operating system and follow the installation instructions.\n   - **Note for Windows users**: During the installation, make sure to check the box that says \"Add Python to PATH\" to ensure that Python is added to the system's environment variables.\n\n2.  **Clone the GitHub repository**: \nNavigate to the GitHub repository page of the Flask application you want to install. Click on the \"Code\" button and choose the option to clone the repository. You can either download the ZIP file and extract it or use git to clone the repository to your local machine.\n   - If you choose to download the ZIP file, extract it to a location of your choice.\n\n3. **Open a terminal or command prompt**: \nOpen a terminal or command prompt on your system or open us VS Code. The steps for opening a terminal or command prompt may vary depending on your operating system.\n\n4. **Navigate to the project directory**: Use the `cd` command to navigate to the root directory of the downloaded Flask application. For example, if you extracted the ZIP file to a folder named \"my-flask-app,\" you would use the following command to navigate to that folder:\n\n   ```\n   cd path/to/my-flask-app\n   ```\n\n\n5. **Create a virtual environment**: It's recommended to create a virtual environment to isolate the dependencies of the Flask application. In the terminal or command prompt, run the following command to create a virtual environment:\n   ```\n   python -m venv myenv\n   ```\n This command will create a new directory named \"myenv\" that will contain the virtual environment.\n\n6. **Activate the virtual environment**: Activate the virtual environment by running the appropriate command based on your operating system:\n   - For Windows:\n     ```\n     myenv\\Scripts\\activate\n     ```\n   - For macOS/Linux:\n     ```\n     source myenv/bin/activate\n     ```\n\n   After activation, you should see \"(myenv)\" at the beginning of your command prompt, indicating that you are working inside the virtual environment.\n7. **Install dependencies\nRun the following command to install the dependencies:\n   ```\n   pip install -r requirements.txt\n   ```\n This command will install all the required packages and libraries specified in the `requirements.txt` file.\n\n\n\n8. **Run cropcare-ai application**: \nOnce the dependencies are installed and any necessary environment variables are set, you can run the Flask application. In the terminal or command prompt, navigate to the directory where the main application file (`app.py` or similar) is located. Run the following command to start the Flask application:\n   ```\n   flask run\n   ```\nOr \n   ```\n   python app.py\n   ```\n\n   The Flask application should now start running locally. You can access it by visiting `http://localhost:5000` in your web browser.\n\nThat's it! You have now successfully installed and set up the Cropcare-AI application from GitHub on your local machine. You can explore and use the application as needed.\n\nYou may encounter the following errors:\nClick link to see how to solve them\n\n\n\n“An attempt was made to access a socket in a way forbidden by its access permissions/ Permission denied: Unable to establish a connection to the socket/ Socket operation on non-socket: Access denied\"\nFile not found errors/ Module not found\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakhilub%2Fcropcareai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakhilub%2Fcropcareai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakhilub%2Fcropcareai/lists"}