{"id":15159341,"url":"https://github.com/arrudadev/pet-scanner","last_synced_at":"2026-02-07T21:01:02.889Z","repository":{"id":177653680,"uuid":"395147781","full_name":"arrudadev/pet-scanner","owner":"arrudadev","description":"POC of usage of the @tensorflow/tfjs-react-native using the model @tensorflow-models/mobilenet for dog breed recognition.","archived":false,"fork":false,"pushed_at":"2021-08-24T22:46:19.000Z","size":825,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-02T11:49:38.225Z","etag":null,"topics":["expo","react-native","tensorflow-models","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/arrudadev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2021-08-12T00:15:29.000Z","updated_at":"2025-02-02T20:48:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"db68bd67-93ee-4bb1-aa09-53d15738fa7c","html_url":"https://github.com/arrudadev/pet-scanner","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"1713183fb2efb74576bb57ee1921e93ac67b58ab"},"previous_names":["arrudadev/pet-scanner"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arrudadev/pet-scanner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrudadev%2Fpet-scanner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrudadev%2Fpet-scanner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrudadev%2Fpet-scanner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrudadev%2Fpet-scanner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arrudadev","download_url":"https://codeload.github.com/arrudadev/pet-scanner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrudadev%2Fpet-scanner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29208176,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T20:33:12.493Z","status":"ssl_error","status_checked_at":"2026-02-07T20:30:47.381Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-models","typescript"],"created_at":"2024-09-26T21:05:00.593Z","updated_at":"2026-02-07T21:01:02.867Z","avatar_url":"https://github.com/arrudadev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e\n  PetScanner\n\u003c/h1\u003e\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n\n\u003e POC of usage of the @tensorflow/tfjs-react-native using the model @tensorflow-models/mobilenet for dog breed recognition.\n\nThis is an application where the user can take a picture of his pet and using tensorflow will try to identify the pet's race.\n\n\u003cimg src=\"https://raw.githubusercontent.com/monteiro-alexandre/pet-scanner/main/.github/assets/dog.png\" alt=\"Dog\" width=\"100%\"/\u003e\n\n# :pushpin: Table of Contents\n\n* [Technologies](#-technologies)\n* [Installation](#construction_worker-installation)\n* [Getting Started](#runner-getting-started)\n* [Found a bug? Missing a specific feature?](#bug-issues)\n* [Contributing](#tada-contributing)\n* [License](#closed_book-license)\n\n## 💻 Technologies\n\nThis project was developed with the following technologies:\n\n- [Typescript](https://www.typescriptlang.org/)\n- [React Native](https://reactnative.dev/)\n- [Expo](https://reactnative.dev/)\n- [TensorFlow React Native](https://blog.tensorflow.org/2020/02/tensorflowjs-for-react-native-is-here.html)\n\n# :construction_worker: Installation\n\n**You need to install [Node.js](https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com/) first, then in order to clone the project via HTTPS, run this command:**\n\n```\ngit clone https://github.com/monteiro-alexandre/pet-scanner.git\n```\n\nSSH URLs provide access to a Git repository via SSH, a secure protocol. If you use a SSH key registered in your Github account, clone the project using this command:\n\n```\ngit clone git@github.com:monteiro-alexandre/pet-scanner.git\n```\n\n**Install dependencies**\n\n```\nyarn install\n```\n\nOr\n\n```\nnpm install\n```\n\n# :runner: Getting Started\n\nRun the following command to start Expo DevTools::\n\n```yarn start```\n\nThan you can open the app in your cell phone using the Expo client app for IOS and Android, see:\n\n[Expo Documentation](https://docs.expo.dev/get-started/installation/#2-expo-client-app-for-ios-and).\n\n# :bug: Issues\n\nFeel free to **file a new issue** with a respective title and description on the the [PetScanner](https://github.com/monteiro-alexandre/pet-scanner/issues) repository. If you already found a solution to your problem, **I would love to review your pull request**! Have a look at our [contribution guidelines](https://github.com/monteiro-alexandre/pet-scanner/blob/main/CONTRIBUTING.md) to find out about the coding standards.\n\n# :tada: Contributing\n\nCheck out the [contributing](https://github.com/monteiro-alexandre/pet-scanner/blob/main/CONTRIBUTING.md) page to see the best places to file issues, start discussions and begin contributing.\n\n# :closed_book: License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farrudadev%2Fpet-scanner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farrudadev%2Fpet-scanner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farrudadev%2Fpet-scanner/lists"}