Code Monkey home page Code Monkey logo

document_ocr_classification's Introduction

Document_classification

 

Document Ocr Classification

Github top language Github language count Repository size License

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

This project is about document data extraction and document classification.

✨ Features

✔️ Document Data Extraction; ✔️ Document Classification;

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git or Docker installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/human-ai2025/document_ocr_classification

# Access
$ cd document_ocr_classification
#
# For devlopment 
docker compose -f build_run\deploy\docker-compose-dev.yaml down && docker build -f dev.Dockerfile -t pytorch_doc_ocr_classification_deploy:latest . && docker compose -f build_run\deploy\docker-compose-dev.yaml up

# For testing inferencing in bash mode
docker compose -f build_run\deploy\docker-compose-deploy-bash.yaml down && docker build -f deploy.Dockerfile -t pytorch_doc_ocr_classification_deploy:latest . && docker compose -f build_run\deploy\docker-compose-deploy-bash.yaml up -d
docker exec -it deploy-document-classification-1 bash


#For Inferencing (This is the part you need)
$ docker compose -f build_run\deploy\docker-compose-deploy.yaml down && docker build -f deploy.Dockerfile -t pytorch_doc_ocr_classification_deploy:latest . && docker compose -f build_run\deploy\docker-compose-deploy.yaml up

# Locally in windows/Mac machine most probably EOL error may come dur to the script file 
#Change the EOL of startup.sh in build_run/deploy to overcome those issues 
# Now visit  http://localhost:8501/ in your browser 

# NOTES
# For interactive bash include the folllowing lines in docker compose under your service 
tty: true
stdin_open: true
command: sh

# To get the list versions only in pip 
pip3 list --format=freeze > requirements.txt

# To run stramlit 
streamlit run app.py --server.port=8501 --server.address=0.0.0.0
View @ http://localhost:8501/
# The server will initialize in the <>

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by human-ai2025

 

Back to top

document_ocr_classification's People

Contributors

human-ai2025 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.