{"id":49867114,"url":"https://github.com/ashishsigdel/plantcare","last_synced_at":"2026-05-15T03:37:37.466Z","repository":{"id":273744656,"uuid":"899915830","full_name":"ashishsigdel/plantcare","owner":"ashishsigdel","description":"PlantCare Apps can help you detect cauliflower disease and provide guidance for your plant.","archived":false,"fork":false,"pushed_at":"2025-11-01T05:10:05.000Z","size":7059,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-01T07:11:27.473Z","etag":null,"topics":["flask","nodejs","project","react-native","yolov8"],"latest_commit_sha":null,"homepage":"https://huggingface.co/spaces/ashishsigdel/plantcare_inference","language":"Jupyter Notebook","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/ashishsigdel.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-07T11:17:02.000Z","updated_at":"2025-11-01T05:10:08.000Z","dependencies_parsed_at":"2025-06-07T19:34:34.914Z","dependency_job_id":null,"html_url":"https://github.com/ashishsigdel/plantcare","commit_stats":null,"previous_names":["ashishsigdel/plantcare"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ashishsigdel/plantcare","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashishsigdel%2Fplantcare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashishsigdel%2Fplantcare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashishsigdel%2Fplantcare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashishsigdel%2Fplantcare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ashishsigdel","download_url":"https://codeload.github.com/ashishsigdel/plantcare/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashishsigdel%2Fplantcare/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33052915,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-15T02:00:06.351Z","response_time":103,"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":["flask","nodejs","project","react-native","yolov8"],"created_at":"2026-05-15T03:37:36.960Z","updated_at":"2026-05-15T03:37:37.457Z","avatar_url":"https://github.com/ashishsigdel.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PlantCare Project\n\nThis project consists of three main components:\n1. Backend Node.js server\n2. Flask server\n3. React Native client\n\n## Getting Started\n\n### Prerequisites\n\nMake sure you have the following installed on your machine:\n- Node.js (\u003e= 18)\n- npm or Yarn\n- Python (\u003e= 3.6)\n- pip\n- Android Studio (for Android development)\n- Xcode (for iOS development)\n\n### Setting Up the Backend Node.js Server\n\n1. Navigate to the `backend` directory:\n    ```bash\n    cd backend\n    ```\n\n2. Install the dependencies:\n    ```bash\n    npm install\n    ```\n\n3. Create a `.env` file based on the `.env.example` file and configure your environment variables:\n    ```bash\n    cp .env.example .env\n    ```\n\n4. Start the server:\n    ```bash\n    npm run dev\n    ```\n\n### Setting Up the Flask Server\n\n1. Navigate to the `server` directory:\n    ```bash\n    cd server\n    ```\n\n2. Create a virtual environment:\n    ```bash\n    python -m venv venv\n    ```\n\n3. Activate the virtual environment:\n    - On Windows:\n        ```bash\n        venv\\Scripts\\activate\n        ```\n    - On macOS/Linux:\n        ```bash\n        source venv/bin/activate\n        ```\n\n4. Install the dependencies:\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n5. Start the Flask server:\n    ```bash\n    python main.py\n    ```\n\n### Setting Up the React Native Client\n\n1. Navigate to the `client` directory:\n    ```bash\n    cd client\n    ```\n\n2. Install the dependencies:\n    ```bash\n    npm install\n    ```\n\n3. Start the Metro server:\n    ```bash\n    npm start\n    ```\n\n4. Open a new terminal and run the following command to start your Android or iOS app:\n\n    - For Android:\n        ```bash\n        npm run android\n        ```\n\n    - For iOS:\n        ```bash\n        npm run ios\n        ```\n\nIf everything is set up correctly, you should see your new app running in your Android Emulator or iOS Simulator shortly provided you have set up your emulator/simulator correctly.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashishsigdel%2Fplantcare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashishsigdel%2Fplantcare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashishsigdel%2Fplantcare/lists"}