oransim  by OranAi-Ltd

Causal simulation engine for predicting marketing campaign ROI

Created 1 month ago
1,149 stars

Top 33.2% on SourcePulse

GitHubView on GitHub
Project Summary

Summary

Oransim provides a causal digital twin for marketing, enabling enterprise growth teams to predict campaign ROI and optimize decisions before spending. It offers transparent, auditable causal simulation and LLM-driven insights for pre-launch ranking, mid-campaign adjustments, and post-mortem analysis. The OSS repo allows auditing the core engine; enterprise licensing is required for production data access.

How It Works

The system uses a 64-node Structural Causal Model (SCM) with per-arm counterfactual heads (TARNet, Dragonnet). It simulates consumers via IPF and LLM-backed "soul personas" for qualitative feedback. Temporal diffusion uses a Causal Neural Hawkes Process. The OSS version uses a demo corpus and baseline models; enterprise leverages licensed real-world data and advanced pretrained models.

Quick Start & Requirements

Clone (git clone https://github.com/OranAi-Ltd/oransim.git), cd oransim, and install with pip install -e '.[dev]'. Run backend: python -m uvicorn oransim.api:app --port 8001 &. Run frontend: python -m http.server 8090 --directory frontend. For ML features, pip install 'oransim[ml]' (PyTorch required). API mode needs an LLM API key. See docs/en/quickstart.md.

Highlighted Details

  • Enables rapid (60-second) simulation of campaign combinations (creative,
Health Check
Last Commit

1 month ago

Responsiveness

Inactive

Pull Requests (30d)
0
Issues (30d)
0
Star History
212 stars in the last 30 days

Explore Similar Projects

Feedback? Help us improve.