You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A machine learning-based email spam detection system integrated with a Flask web app. The project uses a trained logistic regression model to classify emails as spam or not spam, utilizing TfidfVectorizer for feature extraction and providing real-time predictions through a simple API.