Natural Language Processing

Irtaza Ahmed

Irtaza Ahmed Khan

I developed a product review classification system using machine learning to analyze code-mixed English and Roman Urdu reviews from the Daraz Code Mixed Product Reviews dataset. It integrates Logistic Regression, Support Vector Machines, and Recurrent Neural Networks to predict sentiments (positive, negative, neutral). The Flask-based backend processes inputs, while the React.js front end provides real-time analysis. The system was designed to handle noisy, informal language patterns often seen in online reviews. It demonstrates the trade-offs between classical ML methods and deep learning approaches for text analysis. Overall, the project provided a complete end-to-end pipeline from model training to deployment for real-world usability.
Like this project

Posted Aug 27, 2025

I developed a product review classification system using ML to analyze code-mixed English and Roman Urdu reviews with Flask backend and React frontend.