
Code Scanner
Using opencv and pyzbar packages, python program is written so as to recognize the type of code that is being displayed on the screen and decode the data to a user-readable format and open links.
Using opencv and pyzbar packages, python program is written so as to recognize the type of code that is being displayed on the screen and decode the data to a user-readable format and open links.
Using Python, developed an interactive game with a basic GUI that employs two design patterns: Singleton Creational design pattern and Factory Creational design pattern.
Created four models to categorise reviews on popular e-commerce websites according to whether they are seller-related, marketplace-related, shipment-related, or product-related and then predict their rating. CNN, RNN/LSTM, BERT, and SVM with and without splitting were the models. With a 40.99% overall accuracy and accuracy rates of 34.12% for product-related reviews, 41.77% for delivery-related reviews, 44.70% for seller-related reviews, and 43.36% for marketplace-related reviews, the SVM model without splitting had the highest accuracy.