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

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

Awesome Lists containing this project

README

          

## :arrow_right: ABOUT THE PROJECT

This project was developed using React-Native.


homepage

## :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
```