Loading repository data…
Loading repository data…
lawinko / repository
A real-time object detection app built with React Native using VisionCamera and TensorFlow Lite. Detect 80+ objects in real-time with bounding boxes and confidence scores.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A real-time object detection app built with React Native using VisionCamera and TensorFlow Lite. Detect 80+ objects in real-time with bounding boxes and confidence scores.
Real-time object detection with bounding boxes and confidence scores
Clone the repository
git clone https://github.com/yourusername/react-native-object-detection.git
cd react-native-object-detection
Install dependencies
npm install
Run the app
# iOS
npx expo run:ios
# Android
npx expo run:android
App.jsmodels/ssd_mobilenet_v1.tflite with your modelmodels/labels.json with corresponding class labelsiOS build fails:
npx expo prebuild --clean
npx expo run:ios
Metro bundler issues:
npx expo start --clear
Low performance:
This project is licensed under the MIT License - see the LICENSE file for details.
⭐ Star this repo if you found it helpful!