This is an API that facilitates the use Layout Parser models to detect and extract the Bounding Box information from JPG images.
- Ubuntu
- Python 3.6+
- 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
- To access the swagger UI go to http://127.0.0.1:8888/layout/docs
Krishna Tulsyan LinkedIn