Explanation of investigatar
Check out our demo! »
Table of Contents
We’re in a new era: a boom of online shopping + mobile device advancement. What does that mean? More people want to shop online while staying home, and use their phones to do it. However, one of the biggest issues for both retailers and consumers is miscommunication. How big is this couch really? Will this chair fit under my desk? Does my backpack have enough space to hold this?
InvestigatAR has three guiding principles:
- Sensibility
- Sustainability
- Scalability
By scanning QR codes in our app, users are able to see a full scale mode of the assembled product at the tips of their fingers. Using an NCR API, users are able to see names, reviews, pricing, and other critical information. Don’t know what an object is? Scan it. Using an image recognition and classification model, we can show you the closest matches in other products AND more sustainable alternatives.
Have the following installed on your machine:
git clone https://github.com/rdeepak2002/react-native-ar-template.git
cd react-native-ar-template
yarn install
cd ios
pod install
Open Xcode workspace file and run the app on your device
- RuntimeError - [Xcodeproj] Unknown object version.
cd ios gem update xcodeproj gem install cocoapods --pre
- You don't have write permissions for the /Library/Ruby/Gems/2.6.0 directory
cd ios export GEM_HOME="$HOME/.gem" gem update xcodeproj gem install cocoapods --pre