Skip to content

NLTM-IIITH/layout-parser

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