You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Supervisor, is a computer vision based AI number plate recognition project. Here user will choose an image and upload. As upload is clicked, deep learning model will process the input and returns output when it detects the number plate and then expected text. It follows Component Wise Frontend, RestFul API principle and SQL for database.
Three jupyter notebooks to: 1. find images in a single LIDO file, 2. extract image names from multiple LIDO files, 3. identify and download images from multiple LIDO files
A series of jupyter notebooks to: 1. find images in METS files, 2. find and download images from METS files, 3a. create a dictionary of file/image pairs and convert it to JSON, 3b. read JSON with Pandas, 4. parse and handle a JSON file with Pandas