Project 1. Prediction of Sales of a New Product
• Built a machine learning-based forecasting system to predict new product sales using XGBoost, Gradient Boosting, Random Forest, and Linear Regression, enabling better inventory planning, marketing strategies, and sales forecasting.
• Performed model comparison and evaluation, using MSE, MAE, and R² scores—XGBoost delivered the highest accuracy among all models tested.
• Applied advanced feature engineering techniques, including TF-IDF on product descriptions, sentiment analysis on reviews, one-hot encoding, and feature scaling to enhance model performance.
• Developed a real-time interactive Flask web app for live predictions; tools used: Python, scikit-learn, XGBoost, Flask, pandas, and NumPy.
Project 2: Three-Level Password Authentication System
• Developed a 3-level authentication system using Text Password, Colour Pattern, and OTP for enhanced security.
• Built with PHP, HTML, JavaScript, MySQL; deployed via XAMPP with modular architecture.
• Secured against SQL injection, bots, and brute-force; tested for 1000+ concurrent users.
• Scalable and user-friendly, with session logging and future-ready for biometric integration.