Skip to content

Jahsid/Spam-Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

📧 Spam Detector (Django + ML)

This is a simple spam detector web application built using Django, pandas, and scikit-learn.


⚙️ Project Setup

# 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors