logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install datalab-to/chandra. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

datalab-to/chandra Installation Guide

How to install datalab-to/chandra. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for datalab-to/chandra. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i datalab-to/chandra
or

Install via npx

npx @hexmos/ipm i datalab-to/chandra

Prerequisites

Python

runtime

Version: >=3.8

pip

package manager

uv

package manager

Version: >=0.1.21

git

version control

torch

library

Optional

flash attention

library

Version: >=2.0

Optional

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Install via Package Manager (vLLM backend - Recommended)

pip install chandra-ocr

Install via Package Manager (HuggingFace backend)

pip install chandra-ocr[hf]

Install via Package Manager (All extras)

pip install chandra-ocr[all]

Install from Source

git clone https://github.com/datalab-to/chandra.git

cd chandra

uv sync

source .venv/bin/activate

Post Installation Steps

  • Verify installation by running `chandra --help` or `chandra_app`.
  • For vLLM backend, run `chandra_vllm` to start the server.
  • For HuggingFace backend, run `chandra input.pdf ./output --method hf`.
  • Launch the interactive streamlit app with `chandra_app`.