This is the Kyra License Plate and Face Recognition System for Indonesian License Plate.
KyraWeb requires OpenALPR and face_recognition Library to run.
Clone the project and start the main.py
$ git clone https://github.com/oracl4/kyra.git
$ cd kyra
$ python main.pyRun the flask server for Web GUI
$ python main_web.pyConfigure the RTSP URL to match your IP Camera.
Place the face dataset inside dataset/Faces/ folder and call the fr_encode function in the FaceRecog API to encode the faces and train the classifier.
To run testing place the testing dataset in dataset/Testing/ folder and run each script in Research folder to test each function.