/Animal-3d

Primary LanguageJavaScript

Animal 3D App Using Yolo v3

Screen App

- Screen 1: Home.

- Screen 2: Config IP server flask.

- Screen 3: Take photo or Upload photo from library.

- Screen 4: Loading detect Object.

- Screen 5: Show 3D object correspond to with result detect.

Usage

* Server:

Requirements:

  • Python 3
  • Flask==1.1.1
  • opencv-python==4.2.0.32
  • numpy==1.18.4

Settings:

Run server:

On Linux, MacOS:

  • Run Terminal on server folder
  • export FLASK_APP=server.py
  • flask run

On Windows:

  • Run CMD on server folder
  • set FLASK_APP=server.py
  • flask run

* APP

This App written by React Native framework of Facebook

How to Setup

Step 1: git clone this repo:

Step 2: cd to App folder:

Step 3: Install the Application with yarn or npm i

How to Run App

  1. cd to App folder
  2. Run Build for either OS
  • for iOS
    • run react-native run-ios
  • for Android
    • Run Simulator
    • run react-native run-android

=======