├── .gitignore ├── AR in Retails.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ └── contents.xcworkspacedata └── xcuserdata │ └── a0l00wj.xcuserdatad │ └── xcdebugger │ └── Breakpoints_v2.xcbkptlist ├── AR in Retails.xcworkspace ├── contents.xcworkspacedata └── xcuserdata │ ├── a0l00wj.xcuserdatad │ └── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ └── r0m013w.xcuserdatad │ └── xcdebugger │ └── Breakpoints_v2.xcbkptlist ├── AR in Retails ├── AR in Retails.entitlements ├── AppDelegate.swift ├── Controllers │ ├── AR │ │ ├── ARView.swift │ │ ├── ARViewController.swift │ │ ├── ARViewModel.swift │ │ └── SceneNode.swift │ ├── Assistant │ │ ├── ChatViewController.swift │ │ └── SpeechManager.swift │ ├── ChatBoxController.swift │ ├── DialogflowController.swift │ ├── Home │ │ └── HomeViewController.swift │ ├── PathFinder.swift │ └── Store │ │ └── StoreViewController.swift ├── Info.plist ├── Model │ ├── BFS.swift │ ├── BeaconManager.swift │ └── StoreModel.swift ├── ObjcBridge.h ├── Storyboard+others │ ├── Assets.xcassets │ │ ├── Animations-Backward │ │ │ ├── Contents.json │ │ │ ├── b1.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── b1.png │ │ │ ├── b10.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── b10.png │ │ │ ├── b11.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── b11.png │ │ │ ├── b12.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── b12.png │ │ │ ├── b13.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── b13.png │ │ │ ├── b14.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── b14.png │ │ │ ├── b15.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── b15.png │ │ │ ├── b2.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── b2.png │ │ │ ├── b3.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── b3.png │ │ │ ├── b4.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── b4.png │ │ │ ├── b5.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── b5.png │ │ │ ├── b6.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── b6.png │ │ │ ├── b7.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── b7.png │ │ │ ├── b8.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── b8.png │ │ │ └── b9.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── b9.png │ │ ├── Animations-Forward │ │ │ ├── Contents.json │ │ │ ├── f1.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── f1.png │ │ │ ├── f10.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── f10.png │ │ │ ├── f11.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── f11.png │ │ │ ├── f12.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── f12.png │ │ │ ├── f13.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── f13.png │ │ │ ├── f14.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── f14.png │ │ │ ├── f15.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── f15.png │ │ │ ├── f2.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── f2.png │ │ │ ├── f3.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── f3.png │ │ │ ├── f4.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── f4.png │ │ │ ├── f5.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── f5.png │ │ │ ├── f6.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── f6.png │ │ │ ├── f7.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── f7.png │ │ │ ├── f8.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── f8.png │ │ │ └── f9.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── f9.png │ │ ├── AppIcon.appiconset │ │ │ ├── Contents.json │ │ │ ├── Icon-App-20x20@1x.png │ │ │ ├── Icon-App-20x20@2x-1.png │ │ │ ├── Icon-App-20x20@2x.png │ │ │ ├── Icon-App-20x20@3x.png │ │ │ ├── Icon-App-29x29@1x.png │ │ │ ├── Icon-App-29x29@2x-1.png │ │ │ ├── Icon-App-29x29@2x.png │ │ │ ├── Icon-App-29x29@3x.png │ │ │ ├── Icon-App-40x40@1x.png │ │ │ ├── Icon-App-40x40@2x-1.png │ │ │ ├── Icon-App-40x40@2x.png │ │ │ ├── Icon-App-40x40@3x.png │ │ │ ├── Icon-App-60x60@2x.png │ │ │ ├── Icon-App-60x60@3x.png │ │ │ ├── Icon-App-76x76@1x.png │ │ │ ├── Icon-App-76x76@2x.png │ │ │ ├── Icon-App-83.5x83.5@2x.png │ │ │ └── iTunesArtwork@2x.png │ │ ├── Contents.json │ │ ├── NewStoreMap.imageset │ │ │ ├── Contents.json │ │ │ └── NewStoreMap (1).png │ │ ├── Products │ │ │ ├── Contents.json │ │ │ ├── fashion.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── image (2) 2.png │ │ │ ├── fruits.imageset │ │ │ │ ├── 7-2-fruit-png-hd.png │ │ │ │ └── Contents.json │ │ │ ├── groceries.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── canva-healthy-grocery-shopping-basket-MAB436sijDM.png │ │ │ ├── laptop.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── laptop_PNG5940.png │ │ │ ├── mobiles.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── tablet_PNG8568.png │ │ │ ├── shoes.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── Nike-Shoes-Transparent-Background.png │ │ │ └── utensils.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── utensils.jpeg │ │ ├── Walmart.imageset │ │ │ ├── Contents.json │ │ │ └── Walmart.png │ │ ├── blue_dot.imageset │ │ │ ├── Contents.json │ │ │ └── blue_dot.png │ │ ├── hdfc-offer.imageset │ │ │ ├── 1.jpg │ │ │ └── Contents.json │ │ ├── map-pin-hi.imageset │ │ │ ├── Contents.json │ │ │ └── map-pin-hi.png │ │ ├── model.dataset │ │ │ ├── Contents.json │ │ │ └── model.obj │ │ ├── paytm.imageset │ │ │ ├── 2.png │ │ │ └── Contents.json │ │ ├── shoppping list │ │ │ ├── Contents.json │ │ │ ├── addCart.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── addCart.png │ │ │ ├── clearCart.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── clearCart.png │ │ │ ├── emptyCart.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── entirelist copy 3.png │ │ │ ├── fullList.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── entirelist copy 4.png │ │ │ └── searchItem.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── searchItem.png │ │ ├── store_plan.imageset │ │ │ ├── Contents.json │ │ │ └── store_plan.png │ │ └── user_avatar.imageset │ │ │ ├── Contents.json │ │ │ └── user-avatar.png │ ├── Base.lproj │ │ ├── LaunchScreen.storyboard │ │ └── Main.storyboard │ └── art.scnassets │ │ ├── Dragon 2.5_dae.dae │ │ ├── arrow.scn │ │ ├── model.scn │ │ ├── ship.scn │ │ └── texture.png ├── View │ ├── DemoView.swift │ ├── ProceedView.swift │ ├── ProceedView.xib │ ├── ShoppingList.swift │ ├── ShoppingList.xib │ └── ShoppingListCell.swift ├── model_obj_0cRgcpBEbOm_4A-zh9UR162.zip └── model_obj_0cRgcpBEbOm_4A-zh9UR162 │ └── materials.mtl ├── Gemfile ├── Gemfile.lock ├── NotificationContent ├── Base.lproj │ └── MainInterface.storyboard ├── Info.plist └── NotificationViewController.swift ├── NotificationService ├── Info.plist └── NotificationService.swift ├── NotificationServiceExtension ├── Info.plist └── NotificationService.swift ├── Podfile ├── Podfile.lock ├── Pods ├── Manifest.lock ├── Pods.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ │ └── a0l00wj.xcuserdatad │ │ │ └── WorkspaceSettings.xcsettings │ └── xcuserdata │ │ ├── a0l00wj.xcuserdatad │ │ └── xcschemes │ │ │ └── Pods-AR in Retails.xcscheme │ │ └── r0m013w.xcuserdatad │ │ └── xcschemes │ │ └── Pods-AR in Retails.xcscheme └── Target Support Files │ └── Pods-AR in Retails │ ├── Info.plist │ ├── Pods-AR in Retails-acknowledgements.markdown │ ├── Pods-AR in Retails-acknowledgements.plist │ ├── Pods-AR in Retails-dummy.m │ ├── Pods-AR in Retails-frameworks.sh │ ├── Pods-AR in Retails-resources.sh │ ├── Pods-AR in Retails-umbrella.h │ ├── Pods-AR in Retails.debug.xcconfig │ ├── Pods-AR in Retails.modulemap │ └── Pods-AR in Retails.release.xcconfig ├── README.md └── fastlane ├── Appfile ├── Fastfile ├── README.md └── report.xml /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/.gitignore -------------------------------------------------------------------------------- /AR in Retails.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /AR in Retails.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /AR in Retails.xcodeproj/xcuserdata/a0l00wj.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails.xcodeproj/xcuserdata/a0l00wj.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /AR in Retails.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /AR in Retails.xcworkspace/xcuserdata/a0l00wj.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails.xcworkspace/xcuserdata/a0l00wj.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /AR in Retails.xcworkspace/xcuserdata/r0m013w.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails.xcworkspace/xcuserdata/r0m013w.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /AR in Retails/AR in Retails.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/AR in Retails.entitlements -------------------------------------------------------------------------------- /AR in Retails/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/AppDelegate.swift -------------------------------------------------------------------------------- /AR in Retails/Controllers/AR/ARView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Controllers/AR/ARView.swift -------------------------------------------------------------------------------- /AR in Retails/Controllers/AR/ARViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Controllers/AR/ARViewController.swift -------------------------------------------------------------------------------- /AR in Retails/Controllers/AR/ARViewModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Controllers/AR/ARViewModel.swift -------------------------------------------------------------------------------- /AR in Retails/Controllers/AR/SceneNode.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Controllers/AR/SceneNode.swift -------------------------------------------------------------------------------- /AR in Retails/Controllers/Assistant/ChatViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Controllers/Assistant/ChatViewController.swift -------------------------------------------------------------------------------- /AR in Retails/Controllers/Assistant/SpeechManager.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Controllers/Assistant/SpeechManager.swift -------------------------------------------------------------------------------- /AR in Retails/Controllers/ChatBoxController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Controllers/ChatBoxController.swift -------------------------------------------------------------------------------- /AR in Retails/Controllers/DialogflowController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Controllers/DialogflowController.swift -------------------------------------------------------------------------------- /AR in Retails/Controllers/Home/HomeViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Controllers/Home/HomeViewController.swift -------------------------------------------------------------------------------- /AR in Retails/Controllers/PathFinder.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Controllers/PathFinder.swift -------------------------------------------------------------------------------- /AR in Retails/Controllers/Store/StoreViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Controllers/Store/StoreViewController.swift -------------------------------------------------------------------------------- /AR in Retails/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Info.plist -------------------------------------------------------------------------------- /AR in Retails/Model/BFS.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Model/BFS.swift -------------------------------------------------------------------------------- /AR in Retails/Model/BeaconManager.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Model/BeaconManager.swift -------------------------------------------------------------------------------- /AR in Retails/Model/StoreModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Model/StoreModel.swift -------------------------------------------------------------------------------- /AR in Retails/ObjcBridge.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/ObjcBridge.h -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b1.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b1.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b1.imageset/b1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b1.imageset/b1.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b10.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b10.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b10.imageset/b10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b10.imageset/b10.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b11.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b11.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b11.imageset/b11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b11.imageset/b11.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b12.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b12.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b12.imageset/b12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b12.imageset/b12.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b13.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b13.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b13.imageset/b13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b13.imageset/b13.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b14.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b14.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b14.imageset/b14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b14.imageset/b14.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b15.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b15.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b15.imageset/b15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b15.imageset/b15.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b2.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b2.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b2.imageset/b2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b2.imageset/b2.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b3.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b3.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b3.imageset/b3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b3.imageset/b3.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b4.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b4.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b4.imageset/b4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b4.imageset/b4.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b5.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b5.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b5.imageset/b5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b5.imageset/b5.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b6.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b6.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b6.imageset/b6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b6.imageset/b6.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b7.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b7.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b7.imageset/b7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b7.imageset/b7.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b8.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b8.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b8.imageset/b8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b8.imageset/b8.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b9.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b9.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b9.imageset/b9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Backward/b9.imageset/b9.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f1.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f1.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f1.imageset/f1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f1.imageset/f1.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f10.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f10.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f10.imageset/f10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f10.imageset/f10.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f11.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f11.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f11.imageset/f11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f11.imageset/f11.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f12.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f12.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f12.imageset/f12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f12.imageset/f12.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f13.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f13.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f13.imageset/f13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f13.imageset/f13.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f14.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f14.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f14.imageset/f14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f14.imageset/f14.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f15.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f15.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f15.imageset/f15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f15.imageset/f15.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f2.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f2.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f2.imageset/f2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f2.imageset/f2.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f3.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f3.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f3.imageset/f3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f3.imageset/f3.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f4.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f4.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f4.imageset/f4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f4.imageset/f4.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f5.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f5.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f5.imageset/f5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f5.imageset/f5.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f6.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f6.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f6.imageset/f6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f6.imageset/f6.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f7.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f7.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f7.imageset/f7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f7.imageset/f7.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f8.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f8.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f8.imageset/f8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f8.imageset/f8.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f9.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f9.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f9.imageset/f9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Animations-Forward/f9.imageset/f9.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x-1.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x-1.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x-1.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/AppIcon.appiconset/iTunesArtwork@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/AppIcon.appiconset/iTunesArtwork@2x.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/NewStoreMap.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/NewStoreMap.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/NewStoreMap.imageset/NewStoreMap (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/NewStoreMap.imageset/NewStoreMap (1).png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Products/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Products/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Products/fashion.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Products/fashion.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Products/fashion.imageset/image (2) 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Products/fashion.imageset/image (2) 2.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Products/fruits.imageset/7-2-fruit-png-hd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Products/fruits.imageset/7-2-fruit-png-hd.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Products/fruits.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Products/fruits.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Products/groceries.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Products/groceries.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Products/groceries.imageset/canva-healthy-grocery-shopping-basket-MAB436sijDM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Products/groceries.imageset/canva-healthy-grocery-shopping-basket-MAB436sijDM.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Products/laptop.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Products/laptop.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Products/laptop.imageset/laptop_PNG5940.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Products/laptop.imageset/laptop_PNG5940.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Products/mobiles.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Products/mobiles.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Products/mobiles.imageset/tablet_PNG8568.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Products/mobiles.imageset/tablet_PNG8568.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Products/shoes.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Products/shoes.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Products/shoes.imageset/Nike-Shoes-Transparent-Background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Products/shoes.imageset/Nike-Shoes-Transparent-Background.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Products/utensils.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Products/utensils.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Products/utensils.imageset/utensils.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Products/utensils.imageset/utensils.jpeg -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Walmart.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Walmart.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/Walmart.imageset/Walmart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/Walmart.imageset/Walmart.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/blue_dot.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/blue_dot.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/blue_dot.imageset/blue_dot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/blue_dot.imageset/blue_dot.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/hdfc-offer.imageset/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/hdfc-offer.imageset/1.jpg -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/hdfc-offer.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/hdfc-offer.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/map-pin-hi.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/map-pin-hi.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/map-pin-hi.imageset/map-pin-hi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/map-pin-hi.imageset/map-pin-hi.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/model.dataset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/model.dataset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/model.dataset/model.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/model.dataset/model.obj -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/paytm.imageset/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/paytm.imageset/2.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/paytm.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/paytm.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/shoppping list/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/shoppping list/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/shoppping list/addCart.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/shoppping list/addCart.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/shoppping list/addCart.imageset/addCart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/shoppping list/addCart.imageset/addCart.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/shoppping list/clearCart.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/shoppping list/clearCart.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/shoppping list/clearCart.imageset/clearCart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/shoppping list/clearCart.imageset/clearCart.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/shoppping list/emptyCart.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/shoppping list/emptyCart.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/shoppping list/emptyCart.imageset/entirelist copy 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/shoppping list/emptyCart.imageset/entirelist copy 3.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/shoppping list/fullList.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/shoppping list/fullList.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/shoppping list/fullList.imageset/entirelist copy 4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/shoppping list/fullList.imageset/entirelist copy 4.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/shoppping list/searchItem.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/shoppping list/searchItem.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/shoppping list/searchItem.imageset/searchItem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/shoppping list/searchItem.imageset/searchItem.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/store_plan.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/store_plan.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/store_plan.imageset/store_plan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/store_plan.imageset/store_plan.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/user_avatar.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/user_avatar.imageset/Contents.json -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Assets.xcassets/user_avatar.imageset/user-avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Assets.xcassets/user_avatar.imageset/user-avatar.png -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/art.scnassets/Dragon 2.5_dae.dae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/art.scnassets/Dragon 2.5_dae.dae -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/art.scnassets/arrow.scn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/art.scnassets/arrow.scn -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/art.scnassets/model.scn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/art.scnassets/model.scn -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/art.scnassets/ship.scn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/art.scnassets/ship.scn -------------------------------------------------------------------------------- /AR in Retails/Storyboard+others/art.scnassets/texture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/Storyboard+others/art.scnassets/texture.png -------------------------------------------------------------------------------- /AR in Retails/View/DemoView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/View/DemoView.swift -------------------------------------------------------------------------------- /AR in Retails/View/ProceedView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/View/ProceedView.swift -------------------------------------------------------------------------------- /AR in Retails/View/ProceedView.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/View/ProceedView.xib -------------------------------------------------------------------------------- /AR in Retails/View/ShoppingList.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/View/ShoppingList.swift -------------------------------------------------------------------------------- /AR in Retails/View/ShoppingList.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/View/ShoppingList.xib -------------------------------------------------------------------------------- /AR in Retails/View/ShoppingListCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/View/ShoppingListCell.swift -------------------------------------------------------------------------------- /AR in Retails/model_obj_0cRgcpBEbOm_4A-zh9UR162.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/model_obj_0cRgcpBEbOm_4A-zh9UR162.zip -------------------------------------------------------------------------------- /AR in Retails/model_obj_0cRgcpBEbOm_4A-zh9UR162/materials.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/AR in Retails/model_obj_0cRgcpBEbOm_4A-zh9UR162/materials.mtl -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/Gemfile -------------------------------------------------------------------------------- /Gemfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/Gemfile.lock -------------------------------------------------------------------------------- /NotificationContent/Base.lproj/MainInterface.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/NotificationContent/Base.lproj/MainInterface.storyboard -------------------------------------------------------------------------------- /NotificationContent/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/NotificationContent/Info.plist -------------------------------------------------------------------------------- /NotificationContent/NotificationViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/NotificationContent/NotificationViewController.swift -------------------------------------------------------------------------------- /NotificationService/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/NotificationService/Info.plist -------------------------------------------------------------------------------- /NotificationService/NotificationService.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/NotificationService/NotificationService.swift -------------------------------------------------------------------------------- /NotificationServiceExtension/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/NotificationServiceExtension/Info.plist -------------------------------------------------------------------------------- /NotificationServiceExtension/NotificationService.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/NotificationServiceExtension/NotificationService.swift -------------------------------------------------------------------------------- /Podfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/Podfile -------------------------------------------------------------------------------- /Podfile.lock: -------------------------------------------------------------------------------- 1 | PODFILE CHECKSUM: 2d2085a31afb35d5279383709ebb0a10eae326d3 2 | 3 | COCOAPODS: 1.5.3 4 | -------------------------------------------------------------------------------- /Pods/Manifest.lock: -------------------------------------------------------------------------------- 1 | PODFILE CHECKSUM: 2d2085a31afb35d5279383709ebb0a10eae326d3 2 | 3 | COCOAPODS: 1.5.3 4 | -------------------------------------------------------------------------------- /Pods/Pods.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/Pods/Pods.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Pods/Pods.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/Pods/Pods.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Pods/Pods.xcodeproj/project.xcworkspace/xcuserdata/a0l00wj.xcuserdatad/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/Pods/Pods.xcodeproj/project.xcworkspace/xcuserdata/a0l00wj.xcuserdatad/WorkspaceSettings.xcsettings -------------------------------------------------------------------------------- /Pods/Pods.xcodeproj/xcuserdata/a0l00wj.xcuserdatad/xcschemes/Pods-AR in Retails.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/Pods/Pods.xcodeproj/xcuserdata/a0l00wj.xcuserdatad/xcschemes/Pods-AR in Retails.xcscheme -------------------------------------------------------------------------------- /Pods/Pods.xcodeproj/xcuserdata/r0m013w.xcuserdatad/xcschemes/Pods-AR in Retails.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/Pods/Pods.xcodeproj/xcuserdata/r0m013w.xcuserdatad/xcschemes/Pods-AR in Retails.xcscheme -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-AR in Retails/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/Pods/Target Support Files/Pods-AR in Retails/Info.plist -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-AR in Retails/Pods-AR in Retails-acknowledgements.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/Pods/Target Support Files/Pods-AR in Retails/Pods-AR in Retails-acknowledgements.markdown -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-AR in Retails/Pods-AR in Retails-acknowledgements.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/Pods/Target Support Files/Pods-AR in Retails/Pods-AR in Retails-acknowledgements.plist -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-AR in Retails/Pods-AR in Retails-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/Pods/Target Support Files/Pods-AR in Retails/Pods-AR in Retails-dummy.m -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-AR in Retails/Pods-AR in Retails-frameworks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/Pods/Target Support Files/Pods-AR in Retails/Pods-AR in Retails-frameworks.sh -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-AR in Retails/Pods-AR in Retails-resources.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/Pods/Target Support Files/Pods-AR in Retails/Pods-AR in Retails-resources.sh -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-AR in Retails/Pods-AR in Retails-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/Pods/Target Support Files/Pods-AR in Retails/Pods-AR in Retails-umbrella.h -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-AR in Retails/Pods-AR in Retails.debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/Pods/Target Support Files/Pods-AR in Retails/Pods-AR in Retails.debug.xcconfig -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-AR in Retails/Pods-AR in Retails.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/Pods/Target Support Files/Pods-AR in Retails/Pods-AR in Retails.modulemap -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-AR in Retails/Pods-AR in Retails.release.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/Pods/Target Support Files/Pods-AR in Retails/Pods-AR in Retails.release.xcconfig -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/README.md -------------------------------------------------------------------------------- /fastlane/Appfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/fastlane/Appfile -------------------------------------------------------------------------------- /fastlane/Fastfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/fastlane/Fastfile -------------------------------------------------------------------------------- /fastlane/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/fastlane/README.md -------------------------------------------------------------------------------- /fastlane/report.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashislaha/NLP-based-Store-assistant-with-AR/HEAD/fastlane/report.xml --------------------------------------------------------------------------------