https://github.com/sadmanyasar/tensorflow-image-classification-app-react-native
Tensorflow Image Classifier with React Native
https://github.com/sadmanyasar/tensorflow-image-classification-app-react-native
expo react-native react-navigation tensorflow typescript
Last synced: about 1 month ago
JSON representation
Tensorflow Image Classifier with React Native
- Host: GitHub
- URL: https://github.com/sadmanyasar/tensorflow-image-classification-app-react-native
- Owner: SadmanYasar
- License: apache-2.0
- Created: 2023-09-01T23:12:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T17:32:51.000Z (about 2 years ago)
- Last Synced: 2025-04-07T17:57:35.241Z (6 months ago)
- Topics: expo, react-native, react-navigation, tensorflow, typescript
- Language: TypeScript
- Homepage:
- Size: 562 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Tensorflow Image Classifier with React NativeModified Template of [TensorFlow.js Example: React Native](https://github.com/tensorflow/tfjs-examples/tree/master/react-native#tensorflowjs-example-react-native). This app takes a picture with the camera and classifies it with a pre-trained model.
## Made With
- React Native
- Expo
- Tensorflow.js
- React Navigation
- TypeScript## Note
I had to update all dependencies to the latest versions using ```yarn upgrade --latest``` to resolve this issue: [Link](https://github.com/tensorflow/tfjs/issues/7056). So far seems to work with Expo SDK 49.