NaviGo — Full-Stack Transport Aggregator & Booking Engine
Developed a B2B2C transport aggregation and booking platform using React.js, Node.js, Express.js, MongoDB, and Razorpay. Implemented role-based workflows for customers, fleet operators, and administrators; real-time seat mapping and reservations; an operator dashboard for 20+ vehicles; and payment processing with automatic MongoDB updates.
Blood Group Prediction via Fingerprint & Deep Learning
Built a CNN model to predict blood groups from fingerprint images with 92% accuracy. Processed 500+ samples using OpenCV, compared CNN and ANN performance, and deployed the model through a Flask REST API for real-time web predictions.
Fake News Detection
Built an NLP text-classification pipeline using TF-IDF, Logistic Regression, and Random Forest. Implemented tokenization, stopword removal, stemming, model evaluation, algorithm comparison, and hyperparameter tuning on a real-world news dataset.
Sorting Visualiser
Built a React.js visualizer for Bubble, Merge, Quick, and Insertion Sort with real-time animations, adjustable speed and array size controls, and step-by-step time and space complexity breakdowns.