Y-Srivaishnavi/spam-mail-detector
This project uses Streamlit to run a simple Logistic Regression ML model to classify mail content (only text, not the sender or attachments) as spam or not spam. The model itself is built using scikit-learn modules, and is imported to the interface using pickle module..
Python