Skip to content

cskitty/vora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visual Object Recognition Aid

An app helping the visually impaired in their daily lives.

Website

https://vorastudio.org/

Features

  • Realtime Object Detection
  • Use bluetooth selfie button to start/stop
  • TTS to speak out the recognized object
  • Add facetime call to volunteers for help
  • Created website https://vorastudio.org/ for volunteer registeration

Command Line to Compile and Install on IPhone

flutter build ios
flutter install ios

Install Cocoapods for iOS

sudo gem install cocoapods
gem which cocoapods

Check Flutter Environment

## Check environment
flutter docter

## Set Up the App
flutter packages get

Debug

open visual studio code
install flutter plugin
open visual_aid directory
open lib/main.dart, click the run to install on iphone

iPhone Setup

Open ios/Runner.xcworkspace in XCode Runner->Targets->Signing&Capabilities Select your personal team Change Bundle Indentifier to yours

Accept the iPhone Developer Profile to run the app on iOS

General->Device Management->Accept developer

Releases

No releases published

Packages

No packages published