Code Monkey home page Code Monkey logo

bizcardx's Introduction

Business Card OCR Application

Overview

The task is to develop a Streamlit application that facilitates the extraction of relevant information from business cards using easyOCR. The extracted information includes the company name, card holder name, designation, mobile number, email address, website URL, area, city, state, and pin code. Additionally, the application should allow users to save this information, along with the uploaded business card image, into a database. The database should support multiple entries, each with its own business card image and extracted information.

1. Install Required Packages

Make sure to have the following packages installed:

# Install Python
install python

Required Python Packages

pip install pandas
pip install streamlit
pip install sqlalchemy
pip install PyMySQL
pip install numpy
pip install streamlit-option-menu
pip install Pillow

Install PyTorch and easyocr

install pytorch https://pytorch.org/
pip install easyocr

2. Design User Interface

Create a user-friendly interface using Streamlit, incorporating widgets like file uploader, buttons, and text boxes to guide users through the process.

3. Implement Image Processing and OCR

Utilize easyOCR for extracting relevant information from the business card image.

4. Display Extracted Information

Present the extracted information in an organized manner within the Streamlit GUI, using widgets like tables, text boxes, and labels.

5. Implement Database Integration

Integrate a database management system (SQLite or MySQL) to store extracted information and associated business card images. Utilize SQL queries for creating tables, inserting, updating, and retrieving data.

Run the application using the following command

streamlit run ./home.py

This will launch the Streamlit application, allowing you to upload business card images, extract information, and store it in the integrated database

bizcardx's People

Contributors

moha-cm avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.