To develop a mobile app that detects GDPR violations using machine learning.
This project is an AI-powered Android application with ONE core functionality:
DATASHIELD - It is an open-source mobile application designed for businesses and individuals who need to ensure regulatory compliance. This unified solution combines:
Analyzes text input to determine whether it violates GDPR.
Uses a machine learning pipeline (with TF-IDF, SMOTE, and multiple classifiers) to classify text as "Compliant" or "Non-compliant".
This feature is integrated into a mobile app built with Flutter. The backend API is built using FastAPI and secured via API keys.