Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spam Detection Website

A small Django website for identifying spam messages using a lightweight spam classifier.

Setup

  1. Create a virtual environment:

    python -m venv venv
    .\venv\Scripts\activate
  2. Install dependencies:

    pip install -r requirements.txt
  3. Run migrations:

    python manage.py migrate
  4. Start the development server:

    python manage.py runserver
  5. Open http://127.0.0.1:8000/ in your browser.

Usage

Enter a message and click Analyze to see whether the site predicts it as spam or not.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages