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

https://github.com/lucioerlan/object-recognition

๐Ÿ˜ Image recognition application using expo and Tensorflow
https://github.com/lucioerlan/object-recognition

expo react-native tensorflow

Last synced: 11 months ago
JSON representation

๐Ÿ˜ Image recognition application using expo and Tensorflow

Awesome Lists containing this project

README

          

# Image Recognition :metal:

[![PRETTIER](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://gitter.im/jlongster/prettie)
[![LICENSE](https://img.shields.io/github/license/arshadkazmi42/awesome-github-init.svg)](https://github.com/arshadkazmi42/awesome-github-init/LICENSE)
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Flucioerlan%2FObject-Recognition&count_bg=%23E71A18&title_bg=%23555555&icon=dependabot.svg&icon_color=%23E7E7E7&title=views&edge_flat=false)](https://hits.seeyoufarm.com)

Image Recognition

##### ๐Ÿ’… [Figma Mockup Design](https://www.figma.com/file/yLGfKNxbaP6PPeBSK7ipRc/Image-Recognition?node-id=0%3A1)

### How to use

To clone and run this application, you will neede [Git](https://git-scm.com) e [Node.js](https://nodejs.org/en/download)

```bash
# Clone this repository
$ git clone https://github.com/erlanlucio/Image-Recognition

# Go to the repository
$ cd Image-Recognition

# Install dependencies
$ npm install

# Run the application
$ npm start
```

### โš ๏ธ Change

~/src/configs/Firebaseconfigs.js

```javascript
const firebaseConfig = {
apiKey: "",
authDomain: "",
databaseURL: "",
projectId: "",
storageBucket: "",
messagingSenderId: "",
appId: "",
};
```

~/src/pages/login/index.js

```javascript
const result = await Google.logInAsync({
iosClientId: "",
androidClientId: "",
scopes: ["profile", "email"],
});
```

### ๐Ÿ’ Create a database in Firebase

![firebasedatabase](https://user-images.githubusercontent.com/47280551/80379079-fddda780-8873-11ea-8bb0-3a2a59774035.png)


๐ŸŽทAutomating TasksClick here



### Docs

- **[Official Expo-Google Documentation](https://docs.expo.io/versions/latest/sdk/google/)**
- **[Tutorial on Youtube](https://www.youtube.com/watch?v=P6cq5bziHGg)** Youtube Ico
- **[Tutorial on Medium ](https://medium.com/@inaguirre/react-native-login-with-google-quick-guide-fe351e464752)**
- **[Official TensoFlow Documentation](https://www.tensorflow.org/js)**
- **[Tutorial on Medium ](https://heartbeat.fritz.ai/image-classification-on-react-native-with-tensorflow-js-and-mobilenet-48a39185717c)**

### ๐Ÿš€ Technology

![expor](https://user-images.githubusercontent.com/47280551/80175033-d912d700-85ca-11ea-907f-9ecbb3e89587.png)
![firebase](https://user-images.githubusercontent.com/47280551/80175036-dc0dc780-85ca-11ea-8b4c-f12ab4aed09d.png)
![grunt](https://user-images.githubusercontent.com/47280551/80175037-dca65e00-85ca-11ea-8885-d441f48ca632.png)
![tensoflow](https://user-images.githubusercontent.com/47280551/80175040-dd3ef480-85ca-11ea-9879-eb94b58b9a93.png)

### ๐Ÿ”“ License

MIT ยฉ [Erlan Lรบcio](https://br.linkedin.com/in/erlan-lucio)