Skip to content

A hybrid mobile image recognition application built in Ionic React and using the Camera plugin API by Capacitor.

Notifications You must be signed in to change notification settings

romanesmatt/ImageRecognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A hybrid mobile image recognition application built in Ionic React and using the Camera plugin API by Capacitor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published