An AI-powered application that automatically compares and analyzes audit reports from multiple sources (internal auditors, SEC filings, third‑party vendors) to identify discrepancies and ensure compliance.
- Multi-source audit ingestion (CSV, PDF, API)
- Smart discrepancy detection across reports
- Compliance checks aligned with standards (e.g. SOX, PCAOB, ISO, internal regulations)
- Summary visualizations & dashboards for quick insights
- Modular pipeline — ingestion → parsing → comparison → reporting
- Easy to extend with new analysis modules or rules
- Python 3.8+
- Recommended tools:
pipenv
orvenv
Clone the repo:
git clone https://github.com/chankeypathak/audit-ai.git
cd audit-ai
Set up your environment:
python3 -m venv venv
source venv/bin/activate # on Windows: venv\Scripts\activate
pip install -r requirements.txt
If your project uses config files (YAML/JSON) for sources, rules, or thresholds, document them here with examples.
./deploy_audit.sh
┌────────────┐ ┌──────────────┐ ┌──────────────┐ ┌─────────────┐
│ Ingestion │ → │ Parsing │ → │ Comparison │ → │ Reporting │
└────────────┘ └──────────────┘ └──────────────┘ └─────────────┘