Using MobileNet (Tensorflow AI Model) for Object Detection from Captured Images + Firebase Authentication /Storage + firebase-database
- Used pretrained MobileNet model for object detection from images
- Go to https://www.npmjs.com/search?q=tensorflow%20models to use Model of your own choice.
In firebase.js file add your firebase configuration object. The steps to obtain your object are:
- Go to https://firebase.google.com/ and select “Get started”
- Create a new project ( a three-step process for creating project)
- Select "Add Firebase to your app" by clicking either Android/iOS/Web/Unity/flutter
- Add your project name and get creditional
- Clone directory (git clone (https://github.com/Laraib-Azmat/Tensorflow_qna_model) or download ZIP to extract folder
- Use powershell or VS code terminal to goto the project directory
- Run command "npm install" (It will install the necessary packages of package.json file)
- In Case of error on any package: Do npm install (pakage name)
- Run command "expo start"