Spaces:
Configuration error
Configuration error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,19 +1,21 @@
|
|
| 1 |
-
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
colorFrom: red
|
| 5 |
-
colorTo: red
|
| 6 |
-
sdk: docker
|
| 7 |
-
app_port: 8501
|
| 8 |
-
tags:
|
| 9 |
-
- streamlit
|
| 10 |
-
pinned: false
|
| 11 |
-
short_description: Streamlit template space
|
| 12 |
-
---
|
| 13 |
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
|
|
|
| 1 |
+
βοΈ LexGuard AI - Dual Compliance Checker
|
| 2 |
+
π Overview
|
| 3 |
+
LexGuard AI is a sophisticated hybrid system that combines Neural Networks (90% Accuracy) and Gemini 1.5 Pro to audit privacy policies. It checks compliance against both the Egyptian Data Protection Law (151/2020) and the EU GDPR.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
+
π Features
|
| 6 |
+
Hybrid AI: Uses a custom LSTM-GRU model for classification and LLMs for legal reasoning.
|
| 7 |
+
Dual Analysis: Provides separate reports for Egyptian and European regulations.
|
| 8 |
+
Scraping Engine: Automatically extracts policies from any given URL.
|
| 9 |
+
Professional UI: Built with a premium Dark/Gold theme using Streamlit.
|
| 10 |
+
π οΈ Tech Stack
|
| 11 |
+
Python (TensorFlow, Pandas, Scikit-learn)
|
| 12 |
+
Generative AI (Google Gemini API)
|
| 13 |
+
Web Scraping (BeautifulSoup)
|
| 14 |
+
Deployment (Streamlit Cloud & GitHub)
|
| 15 |
+
π Model Performance
|
| 16 |
+
Our custom Neural Network achieved a 90% accuracy on the OPP-115 dataset during training.
|
| 17 |
|
| 18 |
+
π How to use
|
| 19 |
+
Enter the Privacy Policy URL.
|
| 20 |
+
Click on "Start Legal Audit".
|
| 21 |
+
View the comparative analysis between Egyptian and EU laws.
|