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
~/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"],
});
π·Automating TasksClick here
- Official Expo-Google Documentation
- Tutorial on Youtube
- Tutorial on Medium
- Official TensoFlow Documentation
- Tutorial on Medium
MIT Β© Erlan LΓΊcio