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
- Host: GitHub
- URL: https://github.com/lucioerlan/object-recognition
- Owner: lucioerlan
- Created: 2020-06-17T16:20:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-08-10T08:50:42.000Z (11 months ago)
- Last Synced: 2025-08-16T14:57:17.843Z (11 months ago)
- Topics: expo, react-native, tensorflow
- Language: JavaScript
- Homepage:
- Size: 1.42 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image Recognition :metal:
[](https://gitter.im/jlongster/prettie)
[](https://github.com/arshadkazmi42/awesome-github-init/LICENSE)
[](https://hits.seeyoufarm.com)
##### ๐
[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

๐ท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)**
- **[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




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