This is a simple spam detector web application built using Django, pandas, and scikit-learn.
# Create virtual environment
python -m venv myenv
# Activate virtual environment (Windows)
.\myenv\Scripts\activate
# Install dependencies
pip install django
pip install pandas scikit-learn
# Create Django project and app
django-admin startproject spamDetection
cd spamDetection
django-admin startapp detector
# Run the development server
python manage.py runserver
🎥 YouTube Tutorial
Watch the full tutorial in two parts:
📺 Part 1: https://youtu.be/O4HT06GTshQ?si=4y89VxyoCHWKxR7k
📺 Part 2: https://youtu.be/O4HT06GTshQ?si=lr74_665cW4WLATT