Skip to content

kuna71/layout-parser-api

 
 

Repository files navigation

Layout Parser

Description

This is an API that facilitates the use Layout Parser models to detect and extract the Bounding Box information from JPG images.

Getting Started

Dependencies

  • Ubuntu
  • Python 3.6+

Starting FastAPI Server

  • Clone the repo to local system
git clone https://github.com/NLTM-IIITH/layout-parser.git
  • Create a python 3.6+ virtualenv
python -m venv layout-parser-venv
  • Install the required python packages
pip install -r requirements.txt
  • Simply run the main.py file
python main.py

Authors

Krishna Tulsyan LinkedIn

Acknowledgments

About

Layout Parser API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 95.7%
  • Shell 3.8%
  • Dockerfile 0.5%