A web interface for the Subscript HTR pipeline.
-
Clone the repository:
git clone https://github.com/eluhrs/subscript-app.git cd subscript-app -
Create configuration: Copy the example environment file:
cp .env.example .env # Or create .env manually(Ensure you set your API keys in
.env) -
Initialize Database File: Docker requires the database file to exist on the host before mounting.
touch subscript.db
-
Create Documents Directory:
mkdir documents
-
Run with Docker:
docker compose up -d --build
- Web Interface: http://localhost:8080
- API Docs: http://localhost:8000/docs