Skip to content

scholarsportal/govdocs-api

Repository files navigation

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

About

Backend APIs for the govdocs project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published