This project is an AI-powered spam detection application, built with Python 3.13.3, utilizing machine learning models and integration with the Google API (e.g., Gmail API). The goal is to analyze message content and classify it as SPAM or NOT-SPAM with high accuracy.
It can serve as a basic anti-spam filter or as an educational example of ML + API + Python integration.
Operating System: Windows 10/11, macOS, or Linux
🔗 Official Python Website Download and install Python 3.13.3 from:
bash
python --version Expected output: Python 3.13.3
✅ Pylance – fast IntelliSense and type checking
✅ Jupyter – for working with .ipynb notebooks
✅ GitLens – enhanced Git history and tools
✅ DotENV – support for .env files (for API keys)
Open your terminal or VS Code terminal and run: git clone https://github.com/Ola-Kaznowska/Spam-Detection-AI.git cd Spam-Detection-AI