Skip to content

Latest commit

Β 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 

Repository files navigation

πŸ•΅οΈβ€β™‚οΈ Scam Detector Agent (AI + FastAPI + Next.js)

An AI-powered multi-agent system that analyzes suspicious messages and links to detect potential scams, phishing, or fraud attempts β€” built using OpenAI Agents SDK, FastAPI, and Next.js.


πŸš€ Overview

Scam Detector Agent is an intelligent assistant that:

  • πŸ’¬ Welcomes the user with a natural greeting
  • πŸ” Detects scam or phishing messages automatically
  • 🧠 Uses a multi-agent architecture (Greeting Agent + Scam Detector Agent)
  • ⚑ Works with Gemini API for language intelligence
  • 🌐 Has a clean, ChatGPT-style frontend built in Next.js

🧩 Features

βœ… Multi-Agent System (Greeting + Detector)
βœ… Natural language understanding via Gemini
βœ… Real-time communication between backend & frontend
βœ… Framer Motion UI animations
βœ… Deployed on Render (FastAPI) + Vercel (Next.js)


🧠 System Architecture

flowchart LR
    A[User] -->|Greets| B[Greeting Agent]
    B -->|Handoff| C[Scam Detector Agent]
    C -->|Analyze Message / Link| D[Gemini API]
    D -->|Response| E[FastAPI Backend]
    E -->|Verdict + Advice| F[Next.js Frontend]
Loading

About

An intelligent AI-powered multi-agent scam detection platform designed to identify phishing attempts, fraudulent messages, malicious links, and social engineering attacks in real time.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages