https://github.com/mtsfy/dotvision
Mobile application for object detecting and labelling.
https://github.com/mtsfy/dotvision
expo googlecloud react-native
Last synced: 4 months ago
JSON representation
Mobile application for object detecting and labelling.
- Host: GitHub
- URL: https://github.com/mtsfy/dotvision
- Owner: mtsfy
- Created: 2023-12-01T19:49:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-31T17:15:10.000Z (over 1 year ago)
- Last Synced: 2025-01-02T11:16:06.733Z (6 months ago)
- Topics: expo, googlecloud, react-native
- Language: TypeScript
- Homepage:
- Size: 517 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
dotVision
Object detecting and labelling app.## Installation
### Locally
Installation steps:
```sh
$ git clone [email protected]:4d757365/dotvision.git
$ cd dotvision
$ npm install
```Set up environment variables for:
- [Clerk](https://clerk.com/)
- [Google Cloud Vision](https://cloud.google.com/vision?hl=en)
- [Google Cloud Translate](https://cloud.google.com/translate?hl=en)```sh
EXPO_PUBLIC_CLERK_PUBLISHABLE_KEY = # expo
EXPO_PUBLIC_GOOGLE_VISION_API_KEY = # google vision
EXPO_PUBLIC_GOOGLE_TRANSLATE_API_KEY = # google translate
```Start the [server](https://docs.expo.dev/get-started/expo-go/):
```sh
$ npx expo start
```## Demo
### App Demo:
[](https://www.youtube.com/watch?v=fOWD9y8PBRA)