ShieldX is a crypto fraud detection and compliance review app for single transactions, batch CSV uploads, fraud pattern dashboards, and fraud-rules Q&A powered by Groq.
- Single transaction fraud analysis with fraud score, risk level, indicators, and recommendation
- Batch CSV transaction analysis with downloadable sample input
- Fraud pattern dashboard with risk, score, and recommendation charts
- Fraud rules assistant for compliance and detection workflows
- Flask
- Groq
- Pandas
- Plotly
- Vercel
- Black-and-red UI with a darker dashboard visual system
- Responsive single-page experience for desktop and mobile
- Create a virtual environment and activate it.
- Install dependencies with
pip install -r requirements.txt. - Add
GROQ_API_KEYto a root.envfile. - Run the app with
flask --app app run.


