Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.29 KB

README.md

File metadata and controls

12 lines (9 loc) · 1.29 KB

ImageRecognition

This is a hybrid mobile application built in Ionic React and Capacitor. The frontend was developed in Ionic through the use of the React library, while Capacitor is used to implement the use of a camera on any given device. Using the camera, the application can determine what object is in a given photograph, in which the result can help prompt the user into making an informed purchase decision.

Ionic

To set up Ionic on your machine, refer to the following documentation by Ionic:
How to Install The Ionic Framework CLI To Build Mobile Apps

Capacitor

To set up Capacitor on your machine, refer to the following documentation by the Capacitor:
Environment Setup | Capacitor

Camera Plugin

Once Capacitor has been successfully installed, you can install the Camera plugin using the command npm install @capacitor/camera

You must install additional dependencies depending on the operating system of your mobile device to run this plugin successfully. To install the dependencies required for either iOS or Android, refer to the following documentation provided by Capacitor: Camera Capacitor Plugin API | Capacitor