PlateChecker is a react native app that I did for a college project where the user can use the cellphone camera to check some information about a car, such as: year, chassi, model, year, legal situation, last update date and city.
PlateChecker uses two open source projects to work properly:
- ReactNative
- OpenALPR
PlateChecker requires Node.js v10.16+ and XCode/AndroidStudio to run.
For a detailed step by step on how to run the app please read the ReactNative getting started guide.
After that you can do the following:
$ cd plate-checker-fiap
$ npm install
$ npx react-native run-ios
or
$ npx react-native run-android
To run on a real device please read the ReactNative documentation.