Projects

Subreddit Classification and Sentiment Analysis

Tech Stack: Python, TensorFlow, LLM
Dataset: Stanford Cars Dataset, sourced from Kaggle

Car Make and Model Detection and Classification

Tech Stack: Python, Scikit-learn
Dataset: Public opinion data on climate change from Reddit, sourced from Kaggle

GitHub: Project Link

Secure Data Sharing System for Vehicular Network

Tech Stack: Contiki, C++, X.509

This project proposes a design for a secure data-sharing framework in connected and autonomous vehicular networks. It focuses on ensuring authentication, confidentiality, and data integrity during cooperative perception, where vehicles and infrastructure nodes exchange sensory data to improve object detection, localization, and mapping. The work introduces a lightweight certificate system based on elliptic curve cryptography to establish secure communication channels between vehicles and infrastructure nodes, enhancing the overall safety and reliability of vehicular networks.

Autonomous Control of a Fleet of Vehicles

Tech Stack: Python, MQTT Broker, Raspberry Pi

Designed and implemented a distributed architecture where each vehicle in the fleet is equipped with a Raspberry Pi Pico W microcontroller, enabling real-time data exchange and coordination by utilizing the MQTT protocol.

GitHub: Project Link