Spaces:
Sleeping
Sleeping
File size: 675 Bytes
6265196 a5e836c 6265196 f91b48c 51cd905 f91b48c 6265196 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | ---
license: mit
title: 'Legislatiomanager '
sdk: gradio
emoji: 🏆
---
# ⚖️ Legislation Dataset Manager
This tool allows you to build a **deterministic dataset** of legal rules.
## Features
- **Deterministic Hashing**: Every rule is indexed by its content hash. If the text changes, the ID changes.
- **Manual & Automated Entry**: Add laws by pasting text or using the integrated scraper.
- **HF Sync**: Push your local rules to a private or public Hugging Face Dataset.
## Setup
1. Create a new Space on Hugging Face (Gradio SDK).
2. Upload `legislation_manager.py` (rename to `app.py`), `requirements.txt`, and `legislation_rules.json`.
3. Start adding your rules! |