Project Overview
A scalable, efficient system for classifying network traffic as "normal" or "malicious" using machine learning, with a user-friendly interface for data upload, analysis, and visualization.
Key Features
- User Authentication: Secure login and personalized storage of classification results.
- Data Classification: Process and classify NSL-KDD formatted network traffic data with a machine learning model.
- Visualization: Dynamic charts displaying insights like malicious traffic percentages.
- Scalability & Security: Deployed on AWS, leveraging Docker, Terraform, and AWS ECS Fargate for a fault-tolerant and secure architecture.
Tech Stack
- Frontend: Next.js with Tailwind CSS.
- Backend: Flask with JWT-based authentication
- Machine Learning: scikit-learn with joblib for model deployment.
- Infrastructure: Docker, Terraform, AWS (CodePipeline, ECS, ECR).
How it works
- Users upload network data in NSL-KDD format.
- Data is validated, preprocessed, and analyzed by a trained machine learning model.
- Results are visualized as interactive charts and displayed in the app.