Detect phishing websites, scam messages, fraudulent emails, fake job offers and suspicious content using Google Gemini AI.
🛡️ AI-powered Scam Detection
🔗 Detect Suspicious URLs
📩 Analyze Scam SMS & Emails
💼 Fake Job Offer Detection
💰 Lottery & Investment Scam Detection
📊 AI Confidence Score
📋 Detailed Scam Explanation
🛡️ Personalized Safety Recommendations
🌙 Modern Responsive UI
User Input
│
▼
React Frontend
│
▼
FastAPI Backend
│
▼
Google Gemini AI
│
▼
Risk Analysis
│
▼
AI Response
- React.js
- Vite
- JavaScript
- CSS3
- FastAPI
- Python
- Uvicorn
- Google Gemini 2.5 Flash API
- ▲ Vercel
- Render
ScamShield-AI
│
├── frontend
│ ├── src
│ ├── public
│ ├── package.json
│ └── ...
│
├── backend
│ ├── main.py
│ ├── requirements.txt
│ ├── .env
│ └── ...
│
├── assets
│ └── preview.png
│
└── README.md
https://scam-shield-ai-git-main-khutejakhans-projects.vercel.app/
https://scamshield-ai-1vy7.onrender.com/analyze
git clone https://github.com/khutejakhan/ScamShield-AI.gitcd backend
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
uvicorn main:app --reloadBackend runs on
http://127.0.0.1:8000
cd frontend
npm install
npm run devFrontend runs on
http://localhost:5173
Create a .env file inside the backend folder.
GEMINI_API_KEY=YOUR_GEMINI_API_KEYPOST /analyzeExample Request
{
"text":"Congratulations! You won ₹50,000. Click here to claim."
}{
"risk":"High Risk",
"confidence":94,
"category":"Phishing",
"summary":"The message contains common phishing indicators.",
"reasons":[
"...",
"...",
"..."
],
"advice":"Avoid clicking unknown links."
}- 🔐 User Authentication
- 📈 Dashboard Analytics
- 📄 PDF Report Download
- 📜 Scan History
- 🌍 Multi-language Support
- 🧩 Browser Extension
- 📱 Mobile App
- 📊 Advanced Threat Reports
Second Year BCA Student
Passionate about
- Artificial Intelligence
- Python Development
- Full Stack Development
- Cyber Security
- Machine Learning
https://github.com/khutejakhan
https://www.linkedin.com/in/khuteja-khan
If you like this project,
It motivates me to build more AI-powered open-source projects.
Made with ❤️ using React, FastAPI & Google Gemini AI
