lucioerlan / Object-Recognition

🐘 Image recognition application using expo and Tensorflow

Repository from Github https://github.comlucioerlan/Object-RecognitionRepository from Github https://github.comlucioerlan/Object-Recognition

Image Recognition 🀘

PRETTIER LICENSE Hits

Image Recognition

How to use

To clone and run this application, you will neede Git e Node.js

# 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

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

~/src/pages/login/index.js

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

πŸ’ Create a database in Firebase

firebasedatabase


🎷Automating TasksClick here


Docs

πŸš€ Technology

expor firebase grunt tensoflow

πŸ”“ License

MIT Β© Erlan LΓΊcio

About

🐘 Image recognition application using expo and Tensorflow


Languages

Language:JavaScript 100.0%