Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,33 @@ pinned: false
|
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
|
|
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
+
# 📜 Samvidhan AI - Constitutional Assistant
|
14 |
+
|
15 |
+
An AI-powered assistant for analyzing the Indian Constitution and legal scenarios.
|
16 |
+
|
17 |
+
## Features
|
18 |
+
|
19 |
+
- **Scenario-based Analysis**: Get constitutional analysis for legal scenarios
|
20 |
+
- **Article References**: Specific constitutional article citations
|
21 |
+
- **Plain Language**: Legal concepts explained in simple terms
|
22 |
+
- **Precedent Awareness**: References to relevant court cases
|
23 |
+
|
24 |
+
## How to Use
|
25 |
+
|
26 |
+
1. Choose from example scenarios or write your own
|
27 |
+
2. Click "Analyze Scenario"
|
28 |
+
3. Get detailed constitutional analysis with article references
|
29 |
+
|
30 |
+
## Technology
|
31 |
+
|
32 |
+
- **LLM**: Google Gemini 1.5 Flash
|
33 |
+
- **Framework**: Streamlit
|
34 |
+
- **Deployment**: Hugging Face Spaces
|
35 |
+
|
36 |
+
## Disclaimer
|
37 |
+
|
38 |
+
This tool provides educational information only. For legal advice, consult a qualified lawyer.
|
39 |
+
|
40 |
+
---
|
41 |
+
Built with ❤️ for constitutional awareness in India.
|
42 |
An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
|