Source Code Only
Full ZIP with frontend, backend, database & documentation.
- Complete project source files
- Database script included
- How-to-run guide
No live demo yet — message us for access
Our team shares demo access on WhatsApp within minutes
Complete final-year project source code with frontend, backend, database, and setup guide. Instant download after secure payment.
Choose your plan
Full ZIP with frontend, backend, database & documentation.
We install & configure the project on your laptop within 24 hours.
Review features, setup steps, and credentials before you pay.
Description, tech stack, and what is included
Email Spam Detection System is a Python Flask based final year project developed for classifying email-like text as Spam or Ham using machine learning. This major project includes user authentication, user dashboard, spam prediction, prediction history, statistics, profile management, export options, admin dashboard, dataset upload, model training, metrics, confusion matrix, and global prediction management. Users can sign up, log in, analyze email subject and body, view spam/ham prediction result, check confidence score, save prediction history, search and filter records, delete history rows, view dataset information, update profile, change password, and export history as CSV or text. Admin users can manage users, view all predictions, upload datasets, train models, evaluate accuracy, precision, recall, F1 score, and view training history. This email spam detection source code is suitable for students who need a final year project, major project, minor project, source code, and project report based on Flask, SQLite, NLP, and machine learning.
Modules and controls available to administrators
/admin/*data/What end users can do in this application
/app/*Additional capabilities included in the project
Model artifacts saved under:
model_artifacts/
Step-by-step setup on your laptop or PC
Open the project folder that contains:
run.py
requirements.txt
Create virtual environment:
python -m venv .venv
Activate virtual environment on Windows:
.\.venv\Scripts\Activate.ps1
Install dependencies:
python -m pip install -r requirements.txt
Seed the database:
python seed.py
Optional: download Kaggle dataset:
python download_kaggle_dataset.py
Start the application:
python run.py
Open project in browser:
http://127.0.0.1:5000
Open user login:
/auth/login
/auth/admin_login
Start the Flask app:
python run.py
Open admin login:
http://127.0.0.1:5000/auth/admin_login
Open Dataset & Training:
http://127.0.0.1:5000/admin/dataset
Select sample dataset:
sample_sms_demo.csv
Click:
Train & evaluate
Default demo accounts for testing after setup
Administrator Account
[email protected]Adminpass1/auth/admin_loginDemo User Accounts
All demo users use password:
Userpass1
Demo users:
[email protected][email protected][email protected][email protected][email protected][email protected][email protected]User Login:
/auth/login
Usage terms for academic and personal projects
Search terms and categories for this source code