Projects

Selected AI, FPGA, embedded, and research projects.


img
Full AI Receptionist System

Voice-enabled AI receptionist that handles inbound calls, schedules appointments, and responds to FAQs using LLMs and telephony APIs.

AI
Voice
Automation
LLM
img
AI Chatbot Platform

Conversational AI chatbot with custom knowledge base, deployable on websites and messaging platforms.

AI
Chatbot
NLP
img
ASCON Cryptography on DE10

Hardware implementation of the ASCON lightweight cryptographic algorithm on Intel DE10 FPGA using Verilog. Focused on low-latency, resource-efficient secure computation.

FPGA
Verilog
Cryptography
DE10
img
VGA Visualization on DE1-SoC

Implemented VGA visualization algorithms including Bresenham Circle Drawing on Intel DE1-SoC by integrating FSMs with datapath modules.

FPGA
Verilog
VGA
DE1-SoC
img
Motor RUL Prediction (ML)

Predictive maintenance system for electric motors using MATLAB machine learning - feature extraction and degradation pattern analysis to estimate remaining useful life.

MATLAB
Machine Learning
Predictive Maintenance
img
Underwater Acoustic Communication System

Research project designing an underwater acoustic communication system using adaptive and cognitive transmission techniques with full signal processing and performance analysis.

Research
Signal Processing
Acoustics
img
Discrete IC-Based CPU

Designed and built a microcontroller-like CPU from discrete ICs including registers, EEPROM, counters, and adders with hardwired control logic.

Digital Design
Hardware
CPU
img
Goblin Run (2D Game)

Complete side-scrolling platformer built in C++/Raylib with dynamic enemies, collision detection, state-based game logic, and level progression.

C++
Raylib
Game Dev