Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.01 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.01 KB

GovDocs API

The backend API for the OCUL Government Documents AIML project.

Project description

The API will provide the ability to run and evaluate these OCR services:

Run the project

This project requires Python 3.10 or later to run. You need to clone the project, install poetry, and then install dependencies before running the project:

git clone https://github.com/scholarsportal/govdocs-api.git
cd govdocs-api

Run locally

pip install poetry
poetry install
poetry run uvicorn src.govdocs_api.server:app --reload

Run with Docker

docker compose up

The API will be available on http://localhost:8000