https://github.com/androidkitkat/cv-app
ND CV Class app to recognize buildings.
https://github.com/androidkitkat/cv-app
Last synced: about 2 months ago
JSON representation
ND CV Class app to recognize buildings.
- Host: GitHub
- URL: https://github.com/androidkitkat/cv-app
- Owner: AndroidKitKat
- License: bsd-2-clause
- Created: 2020-10-26T17:19:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-27T13:43:45.000Z (over 4 years ago)
- Last Synced: 2025-02-08T05:44:20.957Z (3 months ago)
- Language: JavaScript
- Size: 2.72 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cv-app
ND CV Class app to recognize buildings.## build apps
### for ios
```
cd cvApp
cordova build ios
open -a Xcode platforms/ios
```Then deploy the app for iOS like you normally would using Xcode
### for android
```
cd cvApp
cordova build android
```It will look like it failed, but that's fine.
Open Android Studio and go to
File > Open > Path/to/cvApp/platforms/android
Then deploy the app for Android like you normally would using Android Studio