You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The aim of this dissertation is to assess the effectiveness of LLMs such as FinBERT and GPT-2 in detecting fraudulent activities in financial reports and statements. This repo provides the code for implementing LLMs, traditional machine learning and deep learning models on the labelled dataset
identify fraudulent financial transactions using key behavioral patterns in transaction data. It includes comprehensive data preprocessing, model training using scikit-learn, and a Streamlit web app that allows users to input transaction details and receive instant fraud predictions.
An Explainable AI (XAI) based machine learning project for financial fraud detection and credit scoring that uses interpretability techniques such as SHAP and LIME to explain model predictions, enhance transparency, and support trustworthy financial decision-making.
This project detects financial fraud using machine learning techniques. It includes a pipeline from data collection and model training to deployment with a Flask web app. Users can input transaction data and receive real-time fraud predictions instantly. The models are trained in Google Colab and deployed locally using Flask for easy access.