nazir20 / Email-Spam-Classification

Email Spam Detection Using Logistic Regression

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Email Spam Classification Using Logistic Regression

  • The code for training the model and the dataset used for training the model is inside the train directory.
  • The model is trained using the Logistic Regression Model
  • A list of spam and non-spam emails(Generated by Chatgpt) area also included and you access it through navigation.
spam email non spam email

Run The Project in your local

git clone https://github.com/nazir20/Email-Spam-Classification.git
cd Email-Spam-Classification
pip install -r requirements.txt
streamlit run app.py

About

Email Spam Detection Using Logistic Regression


Languages

Language:Jupyter Notebook 98.7%Language:Python 1.3%