Aya-Samir-Emam commited on
Commit
2dba5ad
Β·
verified Β·
1 Parent(s): 5c98077

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -17
README.md CHANGED
@@ -1,19 +1,21 @@
1
- ---
2
- title: Policy
3
- emoji: πŸš€
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
- # Welcome to Streamlit!
 
 
 
 
 
 
 
 
 
 
 
15
 
16
- Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
17
-
18
- If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
19
- forums](https://discuss.streamlit.io).
 
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.