Image Retrieval System for police
• Built a content based Image retrieval system for Police to get criminal records of suspects.
• Implemented KNN Algorithm to match the suspect image to the actual criminal record over a database.
• Developed an endpoint to accept image frame and provide inputs to the trained model.
• Deployed the endpoint using Heroku PaaS to interact using HTTP requests.
- Technologies: Django, Python, SQLite