Spaces:
Sleeping
Sleeping
A newer version of the Streamlit SDK is available: 1.57.0
metadata
title: Card Fraud Agent
emoji: 💳
colorFrom: blue
colorTo: red
sdk: streamlit
app_file: app/main.py
app_port: 8501
tags:
- streamlit
pinned: false
short_description: Identify Credit Card Fraud
license: apache-2.0
💳 Card Fraud Detection
Project Overview
This project is a Streamlit-based Agent that uses PyTorch to load a trained model and predicts whether or not a card transaction is fraudulent or not.
Features
- Interactive UI built with Streamlit
- Loads a trained PyTorch model
- Accepts user input for transaction information
- Outputs the agent's classification prediction
- Lightweight and easy to deploy
Interact using the App Tab
Enter in all the required fields and get the agent's prediction.