Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,39 @@
|
|
| 1 |
---
|
| 2 |
license: wtfpl
|
| 3 |
sdk: streamlit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
# NZ Legislation Loophole Analyzer
|
|
@@ -106,4 +139,4 @@ MIT License - see LICENSE file for details.
|
|
| 106 |
|
| 107 |
---
|
| 108 |
|
| 109 |
-
**⚖️ Built with Streamlit & Llama.cpp | Optimized for Hugging Face Spaces**
|
|
|
|
| 1 |
---
|
| 2 |
license: wtfpl
|
| 3 |
sdk: streamlit
|
| 4 |
+
sdk_version: 1.48.1
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
---
|
| 8 |
+
title: NZ Legislation Loophole Analyzer
|
| 9 |
+
emoji: ⚖️
|
| 10 |
+
colorFrom: blue
|
| 11 |
+
colorTo: purple
|
| 12 |
+
sdk: streamlit
|
| 13 |
+
sdk_version: "1.28.0"
|
| 14 |
+
app_file: app.py
|
| 15 |
+
pinned: false
|
| 16 |
+
license: mit
|
| 17 |
+
models:
|
| 18 |
+
- DavidAU/Qwen3-Zero-Coder-Reasoning-0.8B-NEO-EX-GGUF
|
| 19 |
+
tags:
|
| 20 |
+
- ai
|
| 21 |
+
- legal
|
| 22 |
+
- legislation
|
| 23 |
+
- analysis
|
| 24 |
+
- new-zealand
|
| 25 |
+
- llm
|
| 26 |
+
- streamlit
|
| 27 |
+
- law
|
| 28 |
+
- loopholes
|
| 29 |
+
- compliance
|
| 30 |
+
- huggingface-spaces
|
| 31 |
+
short_description: AI-powered analysis of New Zealand legislation to identify potential loopholes and ambiguities
|
| 32 |
+
long_description: A powerful AI-powered web application for analyzing New Zealand legislation to identify potential loopholes, ambiguities, and unintended consequences using advanced language models and intelligent caching. Optimized for Hugging Face Spaces deployment with efficient memory management and streaming responses.
|
| 33 |
+
privacy: public
|
| 34 |
+
duplicate_from: ""
|
| 35 |
+
secrets: {}
|
| 36 |
+
storage: small
|
| 37 |
---
|
| 38 |
|
| 39 |
# NZ Legislation Loophole Analyzer
|
|
|
|
| 139 |
|
| 140 |
---
|
| 141 |
|
| 142 |
+
**⚖️ Built with Streamlit & Llama.cpp | Optimized for Hugging Face Spaces**
|