**ID recognition using machine Learning techniques
*****Models Deployed using Flask REST API
**Implementation
app.py - Implementation of OCR using Tesseract (includes the OCR part)
app2.py - Implementation of OCR using Character Region Awareness for Text Detection (CRAFT) for detection and CRNN (Resnet+LSTM+CTC) for recognition.
IC-sample.jpeg - The sample IC image
templates/upload.html - the web page that allows user to choose IC image and use the OCR