https://github.com/helcioitiyama/ml_studies
Project to practice Firebase with Google Cloud Vision
https://github.com/helcioitiyama/ml_studies
cloud-vision firebase-app firebase-auth firebase-functions firebase-storage object-recognition ocr react-native styled-components text-recognition typescript
Last synced: about 2 months ago
JSON representation
Project to practice Firebase with Google Cloud Vision
- Host: GitHub
- URL: https://github.com/helcioitiyama/ml_studies
- Owner: helcioItiyama
- Created: 2021-11-27T20:14:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-27T22:54:19.000Z (over 4 years ago)
- Last Synced: 2025-11-12T12:31:56.971Z (7 months ago)
- Topics: cloud-vision, firebase-app, firebase-auth, firebase-functions, firebase-storage, object-recognition, ocr, react-native, styled-components, text-recognition, typescript
- Language: TypeScript
- Homepage:
- Size: 9.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## :arrow_right: ABOUT THE PROJECT
This project was developed using React-Native.
## :computer: TECHNOLOGIES USED FOR THIS PROJECT:
### Mobile
- [**expo-camera**](https://github.com/expo/expo-camera)
- [**react-native**](https://github.com/facebook/react-native)
- [**typescript**](https://github.com/microsoft/TypeScript)
- [**react-navigation**](https://github.com/react-navigation/react-navigation)
- [**react-native-firebase/app**](https://github.com/invertase/react-native-firebase/tree/main/packages/app)
- [**react-native-firebase/auth**](https://github.com/invertase/react-native-firebase/tree/main/packages/auth)
- [**react-native-firebase/storage**](https://github.com/invertase/react-native-firebase/tree/main/packages/storage)
- [**react-native-firebase/functions**](https://github.com/invertase/react-native-firebase/tree/main/packages/functions)
- [**styled-components**](https://github.com/styled-components/styled-components)
## :information_source: HOW TO RUN THE APPLICATION
To clone and run this application, you'll need Git, NodeJS, Firebase, Google Cloud.
You will need to set up [Firebase](https://rnfirebase.io) and [Cloud Vision API](https://cloud.google.com)
You just need to run the following commands:
```bash
# Clone this repository
$ https://github.com/helcioItiyama/Ml_studies.git
# Go into the repository
$ cd Ml_studies
# Install dependencies
$ npm install
# Run page
$ npm start
$ npm run android/npm run ios
```