Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 835 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 835 Bytes

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