Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)