Upload README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: RegMap
|
| 3 |
+
emoji: ⚖️
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: 1.41.1
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
license: cc-by-nc-4.0
|
| 11 |
+
short_description: Map AI regulations to your system — EU · US · UAE
|
| 12 |
+
tags:
|
| 13 |
+
- ai-governance
|
| 14 |
+
- eu-ai-act
|
| 15 |
+
- gdpr
|
| 16 |
+
- compliance
|
| 17 |
+
- regulatory
|
| 18 |
+
- trust-and-safety
|
| 19 |
+
- risk-management
|
| 20 |
+
- ai-ethics
|
| 21 |
+
- ai-policy
|
| 22 |
+
- responsible-ai
|
| 23 |
+
- legal-tech
|
| 24 |
+
- ai-regulation
|
| 25 |
+
- ai-compliance
|
| 26 |
+
- data-protection
|
| 27 |
+
---
|
| 28 |
+
|
| 29 |
+
# RegMap — AI Regulatory Compliance Mapping Tool
|
| 30 |
+
|
| 31 |
+
**RegMap** helps organisations identify which AI regulations may apply to their systems across multiple jurisdictions (EU, US, UAE). A single AI system can trigger dozens of obligations across different legal frameworks — RegMap maps them for you.
|
| 32 |
+
|
| 33 |
+
## How It Works
|
| 34 |
+
|
| 35 |
+
1. **AI System ID Card** (Screens 1–7) — Describe your AI system: sector, markets, data types, capabilities, roles.
|
| 36 |
+
2. **Regulatory Map** (Screen 8) — Instantly see which regulations are detected based on your inputs.
|
| 37 |
+
3. **Qualification** (Screen 9) — Answer scope questions to refine applicability (risk level, exceptions, categories).
|
| 38 |
+
4. **Requirements Deep Dive** (Screen 10) — Detailed obligations per regulation, gap analysis, and compliance synergies.
|
| 39 |
+
5. **Consolidated Checklist** (Screen 11) — Deduplicated list of all requirements across regulations. Export as PDF.
|
| 40 |
+
|
| 41 |
+
## Coverage
|
| 42 |
+
|
| 43 |
+
| Jurisdiction | AI-Specific | Related |
|
| 44 |
+
|---|---|---|
|
| 45 |
+
| **EU** | EU AI Act (incl. GPAI Chapter V) | GDPR, Copyright Directive, NIS2, Product Liability, MDR, Machinery Regulation, DSA, ePrivacy, Equal Treatment, Consumer Rights / GPSR, RED |
|
| 46 |
+
| **US** | Colorado AI Act (SB 24-205), Texas TRAIGA (HB 149), Utah AI Policy Act (SB 149), California CCPA/ADMT Regulations, Illinois HB 3773 (AI in Employment) | State DPLs, Title VII, FTC Act, Fair Housing Act, FCRA, ADA, ECOA, HIPAA, COPPA, FERPA, Illinois BIPA |
|
| 47 |
+
| **UAE** | DIFC Regulation 10 (AI Processing) | UAE Federal PDPL, DIFC DPL, ADGM DPR, Copyright Law, Cybercrime Law, Consumer Protection, Labour Law, Anti-Discrimination |
|
| 48 |
+
|
| 49 |
+
**36 regulations** across 3 jurisdictions.
|
| 50 |
+
|
| 51 |
+
## PDF Report
|
| 52 |
+
|
| 53 |
+
Export a comprehensive compliance report including:
|
| 54 |
+
- AI System ID Card & Regulatory Map
|
| 55 |
+
- Requirements per regulation with checkboxes
|
| 56 |
+
- Cross-jurisdiction gap analysis with coverage percentages
|
| 57 |
+
- Compliance synergies (overlapping obligations)
|
| 58 |
+
- Consolidated compliance checklist
|
| 59 |
+
|
| 60 |
+
## Author
|
| 61 |
+
|
| 62 |
+
**Inès Bedar** — AI Governance & Regulatory Expert
|
| 63 |
+
|
| 64 |
+
License: CC BY-NC 4.0. Commercial use prohibited without prior written consent.
|
| 65 |
+
|
| 66 |
+
## Files
|
| 67 |
+
|
| 68 |
+
- `app.py` — Main Streamlit application
|
| 69 |
+
- `phase2_rkb.py` — Regulatory Knowledge Base (qualifications, obligations, overlaps, gaps)
|
| 70 |
+
- `requirements.txt` — Python dependencies
|