Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.55 KB

File metadata and controls

52 lines (33 loc) · 1.55 KB

KUL | OCR

Optical Character Recognition Service for KUL

Python Version beartype pre-commit Ruff License: MIT

About

OCR service built by students at the Catholic University of Lublin (KUL) for internal use. Features asynchronous task processing, clean architecture, and runtime type safety.

Quick Start

Prerequisites: Python 3.12+, Docker, CUDA capable GPU

# Install dependencies
uv sync

# Set up environment
cp .env.example .env

# Install pre-commit hooks
pre-commit install

# Run tests
uv run pytest

# Run app
[TODO]

Documentation

License

MIT License - see LICENSE file for details.