Skip to content

nazir20/Email-Spam-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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