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.
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