Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/laraib-azmat/tensorflow_qna_model

React Native code using tesnorflow QnA model that answer the question according to provided context. This app contain Camera Screen, Upload to firebase Screen, Images of firebase Screen, and QnA Screen
https://github.com/laraib-azmat/tensorflow_qna_model

authentication firebase-database firestore qna react-native tensorflow

Last synced: 18 days ago
JSON representation

React Native code using tesnorflow QnA model that answer the question according to provided context. This app contain Camera Screen, Upload to firebase Screen, Images of firebase Screen, and QnA Screen

Awesome Lists containing this project

README

        

# React Native Tensorflow qna model
Using MobileNet (Tensorflow AI Model) for Object Detection from Captured Images + Firebase Authentication /Storage + firebase-database

## TensorFlow AI Model
1. Used pretrained MobileNet model for object detection from images
2. Go to https://www.npmjs.com/search?q=tensorflow%20models to use Model of your own choice.

## Firebase Configuration
In **firebase.js** file add your firebase configuration object. The steps to obtain your object are:
1. Go to https://firebase.google.com/ and select “Get started”
2. Create a new project ( a three-step process for creating project)
3. Select **"Add Firebase to your app"** by clicking either Android/iOS/Web/Unity/flutter
4. Add your project name and get creditional

## Method to run this project
1. Clone directory (git clone (https://github.com/Laraib-Azmat/Tensorflow_qna_model) or download ZIP to extract folder
2. Use powershell or VS code terminal to goto the project directory
3. Run command "npm install" (It will install the necessary packages of package.json file)
4. In Case of error on any package: Do npm install (pakage name)
5. Run command "expo start"