This repository contains the frontend web interface for the PriEval-Protect Framework, a unified system for evaluating and protecting data privacy in healthcare environments.
The app provides an interactive dashboard for:
- Uploading policy documents and datasets
- Visualizing GDPR compliance scores
- Reviewing detailed privacy metrics
- Viewing AI-generated risk reports and recommendations
To run the frontend locally:
npm install
npm run devThen open your browser at http://localhost:5173
- React + Vite
- TailwindCSS
- Context API for state management
- Modular folder structure (components, pages, context, utils)
- Privacy Engine – Backend for privacy metrics computation
- Compliance Assessment – LLM-based GDPR compliance evaluator
Developed by Ilef Chebil and Asma ElHadj Supervised by [EFREI Paris] and [INSAT Tunisia]
This project is licensed under the MIT License.