A browser extension that detects spam emails
SpamFish is a browser extension designed to protect users from the ever-present threat of spam emails. Using a trained logistic regression model, the extension analyzes the content of emails directly within the browser, identifying and flagging potentially malicious or unwanted messages. This provides a proactive defense against phishing attempts and reduces the clutter of unwanted emails, improving user productivity and online safety. The backend is built with FastAPI, providing a robust and efficient API for prediction requests.