--- title: RegTech BR emoji: ⚖️ colorFrom: blue colorTo: indigo sdk: gradio sdk_version: 4.44.0 app_file: app.py pinned: false license: mit python_version: "3.12" --- # RegTech BR — Brazilian Crypto Asset Compliance Analyzer RAG-based compliance analyzer for Brazilian crypto asset regulation. **Corpus:** 17 official documents · BCB · CVM · COAF · Federal Legislation **Stack:** FAISS + MiniLM-L12-v2 + Claude Sonnet 4.6 **Hackathon:** BLI Legal Tech Hackathon 2 ## Setup Add `ANTHROPIC_API_KEY` as a Space Secret. Upload these files to the Space root folder: - `faiss_index.bin` - `embeddings.npy` - `chunks_meta.jsonl` Your Space structure should look like: ```text . ├── app.py ├── requirements.txt ├── README.md ├── chunks_meta.jsonl ├── embeddings.npy └── faiss_index.bin