{"id":19750728,"url":"https://github.com/gimnathperera/molemi-app","last_synced_at":"2025-04-30T10:30:51.262Z","repository":{"id":156263953,"uuid":"462322311","full_name":"gimnathperera/Molemi-App","owner":"gimnathperera","description":"Molemi App is a AI (Deep Learning) based plant disease recognition application that can identify up to 10 various types of plant diseases by analyzing plant leaves. ","archived":false,"fork":false,"pushed_at":"2022-05-25T11:18:26.000Z","size":5779,"stargazers_count":10,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2023-09-17T18:32:19.691Z","etag":null,"topics":["cnn","deep-learning","expo","flask","mysql","reactnative","tensorflow"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/gimnathperera.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}},"created_at":"2022-02-22T14:00:18.000Z","updated_at":"2023-09-17T18:32:20.764Z","dependencies_parsed_at":null,"dependency_job_id":"34c3ec4a-14ac-4967-907b-a31c0cb332d2","html_url":"https://github.com/gimnathperera/Molemi-App","commit_stats":null,"previous_names":["gimnathperera/molemi-app"],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gimnathperera%2FMolemi-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gimnathperera%2FMolemi-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gimnathperera%2FMolemi-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gimnathperera%2FMolemi-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gimnathperera","download_url":"https://codeload.github.com/gimnathperera/Molemi-App/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224208333,"owners_count":17273674,"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":["cnn","deep-learning","expo","flask","mysql","reactnative","tensorflow"],"created_at":"2024-11-12T02:38:29.639Z","updated_at":"2024-11-12T02:38:30.775Z","avatar_url":"https://github.com/gimnathperera.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Overview\n\n🚀 \u003cb\u003eMolemi App\u003c/b\u003e is a AI (Deep Learning) based plant disease recognition application that can identify upto 10 various types of plant diseases by analyzing plant leaves. The app contains following features;\u003cbr/\u003e\n- User registeration\u003cbr/\u003e\n- User authentication\u003cbr/\u003e\n- User logout\u003cbr/\u003e\n- Select image from device gallery\u003cbr/\u003e\n- Take a photo from device camera\u003cbr/\u003e\n- Identifying plant disease\u003cbr/\u003e\n- View details about various plant diseases\u003cbr/\u003e\n\n🚀 **Tech Stack** - React Native | Convolutional Neural Networks | Flask | MySql \u003cbr/\u003e\n\n🚀 **Views** \u003cbr/\u003e\n\n\u003cimg src=\"https://i.ibb.co/7Q3HZNg/photo6084492792161218604.jpg\" width=\"23%\"\u003e\u003c/img\u003e \n\u003cimg src=\"https://i.ibb.co/kqZhWk6/photo6084492792161218603.jpg\" width=\"23%\"\u003e\u003c/img\u003e \n\u003cimg src=\"https://i.ibb.co/x1j9K91/photo6084492792161218602.jpg\" width=\"23%\"\u003e\u003c/img\u003e \n\u003cimg src=\"https://i.ibb.co/z4CpFby/photo6084492792161218601.jpg\" width=\"23%\"\u003e\u003c/img\u003e \n\u003cimg src=\"https://i.ibb.co/GHyHqCL/photo6084492792161218600.jpg\" width=\"23%\"\u003e\u003c/img\u003e \n\u003cimg src=\"https://i.ibb.co/f0tQrDH/photo6084492792161218599.jpg\" width=\"23%\"\u003e\u003c/img\u003e \n\u003cimg src=\"https://i.ibb.co/3dDwVTv/photo6084492792161218598.jpg\" width=\"23%\"\u003e\u003c/img\u003e \n\u003cimg src=\"https://i.ibb.co/gj8qHd3/photo6084492792161218597.jpg\" width=\"23%\"\u003e\u003c/img\u003e \n\u003cimg src=\"https://i.ibb.co/rt8Nj7s/photo6084492792161218596.jpg\" width=\"23%\"\u003e\u003c/img\u003e \n\n\n\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.\n\n### Prerequisites\n\n- NPM / Yarn and Node.js installed\n- Expo-CLI installed\n- python installed\n- Anaconda installed\n\n### Installing the client app\n\nInstalling NPM modules\n\nExecute these commands from the client directory\n\n```\nnpm install\n```\n\n### Running the client app\n\nand open another terminal on client directory\n```\nexpo start\n```\n\n### Installing the client app\nOpen another terminal on server directory\n```\nconda create -n venv python=3.7\nconda activate venv\nconda install [dependencies]\n```\n### Running the server app\n```\npython app.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgimnathperera%2Fmolemi-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgimnathperera%2Fmolemi-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgimnathperera%2Fmolemi-app/lists"}