Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mtsfy/dotvision
Object detecting and labelling app using Google Cloud Vision and Translate API
https://github.com/mtsfy/dotvision
expo googlecloud react-native
Last synced: 4 days ago
JSON representation
Object detecting and labelling app using Google Cloud Vision and Translate API
- Host: GitHub
- URL: https://github.com/mtsfy/dotvision
- Owner: mtsfy
- Created: 2023-12-01T19:49:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-31T17:15:10.000Z (11 months ago)
- Last Synced: 2024-05-07T19:25:40.588Z (8 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:
[![Watch the video](https://img.youtube.com/vi/fOWD9y8PBRA/maxresdefault.jpg)](https://www.youtube.com/watch?v=fOWD9y8PBRA)