MeNicolas / SpamDetector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mail spam detector

Introduction

This project consists of training a model capable of predicting if a mail is a spam or not and creating a website & API using this model.

Running the API

In your terminal, run :

cd api
python main.py

The website is accessible at http://127.0.0.1:5000

About


Languages

Language:Jupyter Notebook 99.8%Language:HTML 0.1%Language:Python 0.1%