Skip to content

eluhrs/subscript-app

Repository files navigation

Subscript App

A web interface for the Subscript HTR pipeline.

Installation & Setup

  1. Clone the repository:

    git clone https://github.com/eluhrs/subscript-app.git
    cd subscript-app
  2. Create configuration: Copy the example environment file:

    cp .env.example .env  # Or create .env manually

    (Ensure you set your API keys in .env)

  3. Initialize Database File: Docker requires the database file to exist on the host before mounting.

    touch subscript.db
  4. Create Documents Directory:

    mkdir documents
  5. Run with Docker:

    docker compose up -d --build

Usage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published