https://github.com/arrudadev/pet-scanner
POC of usage of the @tensorflow/tfjs-react-native using the model @tensorflow-models/mobilenet for dog breed recognition.
https://github.com/arrudadev/pet-scanner
expo react-native tensorflow-models typescript
Last synced: 5 months ago
JSON representation
POC of usage of the @tensorflow/tfjs-react-native using the model @tensorflow-models/mobilenet for dog breed recognition.
- Host: GitHub
- URL: https://github.com/arrudadev/pet-scanner
- Owner: arrudadev
- Created: 2021-08-12T00:15:29.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-24T22:46:19.000Z (almost 5 years ago)
- Last Synced: 2025-08-02T11:49:38.225Z (11 months ago)
- Topics: expo, react-native, tensorflow-models, typescript
- Language: TypeScript
- Homepage:
- Size: 806 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
PetScanner
[](https://opensource.org/licenses/MIT)
[](http://makeapullrequest.com)
> POC of usage of the @tensorflow/tfjs-react-native using the model @tensorflow-models/mobilenet for dog breed recognition.
This is an application where the user can take a picture of his pet and using tensorflow will try to identify the pet's race.

# :pushpin: Table of Contents
* [Technologies](#-technologies)
* [Installation](#construction_worker-installation)
* [Getting Started](#runner-getting-started)
* [Found a bug? Missing a specific feature?](#bug-issues)
* [Contributing](#tada-contributing)
* [License](#closed_book-license)
## 💻 Technologies
This project was developed with the following technologies:
- [Typescript](https://www.typescriptlang.org/)
- [React Native](https://reactnative.dev/)
- [Expo](https://reactnative.dev/)
- [TensorFlow React Native](https://blog.tensorflow.org/2020/02/tensorflowjs-for-react-native-is-here.html)
# :construction_worker: Installation
**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:**
```
git clone https://github.com/monteiro-alexandre/pet-scanner.git
```
SSH 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:
```
git clone git@github.com:monteiro-alexandre/pet-scanner.git
```
**Install dependencies**
```
yarn install
```
Or
```
npm install
```
# :runner: Getting Started
Run the following command to start Expo DevTools::
```yarn start```
Than you can open the app in your cell phone using the Expo client app for IOS and Android, see:
[Expo Documentation](https://docs.expo.dev/get-started/installation/#2-expo-client-app-for-ios-and).
# :bug: Issues
Feel 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.
# :tada: Contributing
Check 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.
# :closed_book: License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.