Skip to content
Lennox98 edited this page Sep 6, 2026 · 8 revisions

SithAssembly//SithInsta

SithAssembly//SithInsta is a local, evidence-bound casework environment for examining public social-media material. It turns explicitly entered or imported observations into traceable timelines, profiles, relationship candidates, review tasks, and exports.

The project is built from modular local components. Every candidate should remain linked to its source, capture time, processing method, and confidence. A score or model response is never a verified conclusion on its own.

Current Scope

  • Local SQLite casework server and browser interface.
  • Manual and validated JSON import, evidence references, screenshots, notes, tags, profiles, timelines, and graph views.
  • Opt-in local OCR, comment-outlier scoring, and relative-depth image derivatives.
  • Persistent Conclave job ledger with event trails and explicit local workers.
  • JSON, PDF, and opt-in encrypted EvidenceVault exports.
  • Prepared but inactive container, database, object-storage, event-bus, and model-serving topology.

Platform collection, account connectors, external communication, and automatic model downloads are not enabled by the current local runtime.

Wiki Navigation

Quick Start

From the project directory on Windows:

.\RUN.bat

Open http://127.0.0.1:8080. For a configuration-only check, run:

.\.venv\Scripts\python.exe app.py --check-config

Clone this wiki locally