Litigationstation / README.md
Basementup's picture
Update README.md
a5e836c verified
|
Raw
History Blame Contribute Delete
675 Bytes
---
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!