SamQuant

Use SamQuant

Documentation

Run the Python engine, Streamlit prototype, API, or research terminal locally.

01

Install

SamQuant supports Python 3.10 or newer and Node.js 20.9 or newer.

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements-dev.txt
cd web && npm install

02

Start both services

The web route handler forwards backtest requests to the local Python API.

python -m uvicorn samquant.api.app:app --reload
cd web && npm run dev

03

Reference guides

The repository includes module contracts, architecture decisions, and detailed usage notes.