Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 692 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 692 Bytes

#Key-Value Pair Creation from Images This repository contains a project that extracts key-value pairs from images, connects a Python program with a web application, uses web input to filter the data, and renders the output in the web application.

#Features Image Processing: Extract key-value pairs from images using Python. Web Application Integration: Connect the Python program with a web application. Data Filtering: Use web input to filter the extracted data. Output Rendering: Render the filtered data in the web application.

#Prerequisites Python 3.x Flask (or any other web framework) OpenCV (for image processing) Any additional libraries required for your specific implementation