{"id":22503557,"url":"https://github.com/lucioerlan/object-recognition","last_synced_at":"2025-08-18T23:04:26.011Z","repository":{"id":104179372,"uuid":"273023399","full_name":"lucioerlan/Object-Recognition","owner":"lucioerlan","description":"🐘 Image recognition application using expo and Tensorflow","archived":false,"fork":false,"pushed_at":"2025-08-10T08:50:42.000Z","size":1487,"stargazers_count":6,"open_issues_count":31,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-16T14:57:17.843Z","etag":null,"topics":["expo","react-native","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/lucioerlan.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":"2020-06-17T16:20:56.000Z","updated_at":"2024-01-10T01:32:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"6e61173a-eaa8-4337-9a27-daeb41e1c23d","html_url":"https://github.com/lucioerlan/Object-Recognition","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lucioerlan/Object-Recognition","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucioerlan%2FObject-Recognition","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucioerlan%2FObject-Recognition/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucioerlan%2FObject-Recognition/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucioerlan%2FObject-Recognition/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucioerlan","download_url":"https://codeload.github.com/lucioerlan/Object-Recognition/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucioerlan%2FObject-Recognition/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271073387,"owners_count":24694538,"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-08-18T02:00:08.743Z","response_time":89,"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":["expo","react-native","tensorflow"],"created_at":"2024-12-06T23:34:47.253Z","updated_at":"2025-08-18T23:04:25.982Z","avatar_url":"https://github.com/lucioerlan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Image Recognition :metal:\n\n[![PRETTIER](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://gitter.im/jlongster/prettie)\n[![LICENSE](https://img.shields.io/github/license/arshadkazmi42/awesome-github-init.svg)](https://github.com/arshadkazmi42/awesome-github-init/LICENSE)\n[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Flucioerlan%2FObject-Recognition\u0026count_bg=%23E71A18\u0026title_bg=%23555555\u0026icon=dependabot.svg\u0026icon_color=%23E7E7E7\u0026title=views\u0026edge_flat=false)](https://hits.seeyoufarm.com)\n\n\n\u003cp align=\"center\"\u003e \u003cimg alt=\"Image Recognition\" src=\"https://user-images.githubusercontent.com/47280551/80378345-e81bb280-8872-11ea-8063-ddd87f0ae7b5.gif\"/\u003e \n\u003c/p\u003e\n\n\n\n\n##### 💅 [Figma Mockup Design](https://www.figma.com/file/yLGfKNxbaP6PPeBSK7ipRc/Image-Recognition?node-id=0%3A1)\n\n### How to use\n \nTo clone and run this application, you will neede [Git](https://git-scm.com) e [Node.js](https://nodejs.org/en/download)\n \n```bash\n# Clone this repository\n$ git clone https://github.com/erlanlucio/Image-Recognition\n\n# Go to the repository\n$ cd Image-Recognition\n\n# Install dependencies\n$ npm install\n\n# Run the application\n$ npm start\n```\n\n### ⚠️ Change\n\n~/src/configs/Firebaseconfigs.js\n\n```javascript\nconst firebaseConfig = {\n  apiKey: \"\",\n  authDomain: \"\",\n  databaseURL: \"\",\n  projectId: \"\",\n  storageBucket: \"\",\n  messagingSenderId: \"\",\n  appId: \"\",\n};\n```\n\n~/src/pages/login/index.js\n\n```javascript\nconst result = await Google.logInAsync({\n  iosClientId: \"\",\n  androidClientId: \"\",\n  scopes: [\"profile\", \"email\"],\n});\n```\n\n\n### 💁 Create a database in Firebase\n\n![firebasedatabase](https://user-images.githubusercontent.com/47280551/80379079-fddda780-8873-11ea-8bb0-3a2a59774035.png)\n\n\n\n\u003cbr\u003e \u003cdetails\u003e \u003csummary\u003e\u003cb\u003e🎷Automating Tasks\u003csup\u003eClick here\u003c/sup\u003e\u003c/b\u003e\u003c/summary\u003e\n\n  \u003cul\u003e\n    \u003cli\u003e\u003ca target=\"_blank\" rel=\"noopener noreferrer\" href='https://www.npmjs.com/package/grunt-cli'\u003eGrunt Cli \u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca target=\"_blank\" rel=\"noopener noreferrer\" href='https://gruntjs.com/getting-started'\u003eGrunt Docs \u003c/a\u003e\u003c/li\u003e\n  \u003c/ul\u003e \n\u003c/details\u003e \u003cbr\u003e\n\n\n### Docs\n\n- **[Official Expo-Google Documentation](https://docs.expo.io/versions/latest/sdk/google/)**\n- **[Tutorial on Youtube](https://www.youtube.com/watch?v=P6cq5bziHGg)** \u003cimg height=\"15\" alt=\"Youtube Ico\" src=\"https://icon-icons.com/icons2/836/PNG/32/Youtube_icon-icons.com_66802.png\"\u003e\n- **[Tutorial on Medium ](https://medium.com/@inaguirre/react-native-login-with-google-quick-guide-fe351e464752)**\n-  **[Official TensoFlow Documentation](https://www.tensorflow.org/js)**\n- **[Tutorial on Medium ](https://heartbeat.fritz.ai/image-classification-on-react-native-with-tensorflow-js-and-mobilenet-48a39185717c)**\n\n\n\n### 🚀 Technology\n\n![expor](https://user-images.githubusercontent.com/47280551/80175033-d912d700-85ca-11ea-907f-9ecbb3e89587.png)\n![firebase](https://user-images.githubusercontent.com/47280551/80175036-dc0dc780-85ca-11ea-8b4c-f12ab4aed09d.png)\n![grunt](https://user-images.githubusercontent.com/47280551/80175037-dca65e00-85ca-11ea-8885-d441f48ca632.png)\n![tensoflow](https://user-images.githubusercontent.com/47280551/80175040-dd3ef480-85ca-11ea-9879-eb94b58b9a93.png)\n\n### 🔓 License\n\nMIT © [Erlan Lúcio](https://br.linkedin.com/in/erlan-lucio)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucioerlan%2Fobject-recognition","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucioerlan%2Fobject-recognition","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucioerlan%2Fobject-recognition/lists"}