Number Plate Scanner has been made to take a capture of a car with his plate number from device native camera and send it to remote back-end server for his identification. This mobile application has been built to make a quick presentation of automobile number plate detection software.
The project distribution version can be accessible through the link below :
The project can be found via the link below :
This is the final result of the project :
To be able to run this project in development mode, you will need to install Android Studio. Download it and then decompress the downloaded zip file into a folder called soft inside home folder like that : /home/soft/android_studio. Before start installation, run the following commands :
sudo apt-get -y install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386;\
sudo apt-get -y install qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils;\
sudo adduser `id -un` libvirt;\
sudo adduser `id -un` kvm;\
virsh list --all
Now, you can install Android Studio. After installation, don't forget to install cmdline-tools and latest API levels from SDK manager before restart Android Studio. For more information, you can visit the following links below :
git clone git@github.com:obrymec/number_plate_scanner.git number_plate_scanner/
Enjoy :)