Skip to content

Everything you need to ship

Social Inference Engine ships with comprehensive documentation covering every aspect of deployment, configuration, and customisation. All docs live in the GitHub repository.

Quick Start

1
Clone the repository
git clone https://github.com/Shengboj0324/Inference-Engine.git && cd Inference-Engine
2
Configure environment
cp .env.example .env && nano .env  # add your API key
3
Start the stack
docker compose up
4
Verify health
curl http://localhost:8000/health

Reference Documentation

All documentation lives in the repository

Docs are maintained alongside the source code. Open a pull request to improve them.

View on GitHub