SpamDetectorAI is an advanced email classification tool powered by NLP and machine learning to protect your inbox. With a modern and user-friendly interface built using Streamlit, it ensures a secure and clutter-free email experience by filtering out spam effectively.
Smart Email Filtering: Easily classify emails as Spam or Not Spam.
Performance Metrics: Evaluate model accuracy, explore the confusion matrix, and review detailed classification reports.
Intuitive Design:
Results are visually highlighted: red for Spam and green for Not Spam.
Follow these steps to set up SpamDetectorAI on your system:
Use the following commands to clone the repository to your local machine:
git clone https://github.com/your-username/spamdetectorai.git
cd spamdetectorai
Set up a virtual environment to manage dependencies:
python -m venv env
source env/bin/activate # For Linux/Mac
env\Scripts\activate # For Windows
Install the required packages from the requirements.txt file:
pip install -r requirements.txt
Launch the Streamlit app using the command:
streamlit run app.py