HomeGalleryProjectsOrganizationsBlogResume
See All My Publicly Available Projects
All
finished
abandoned
hardware
software
AI
web_dev
game_dev
The interface of the ITS Program
The interface of the ITS Program
First prototype
Final Prototype

Local ITS

finished
software
AI

A Local ITS, designed to work offline with hugging face models, created as a requirement for conducting inference benchmarks for a final year research project titled 'Local and Personalized Large Language Models in Intelligent Tutoring Systems' conducted at the University of Guyana towards the Bachelor's in Computer Science


Local ITS RepoLocal Bench RepoFinal Presentation Slide Deck
The Map Translation in action
The Map Translation in action
The Map translation in action
YoLO native translation

Traffic Monitoring

software
AI
web_dev

A side project designed to utilise computer vision and mapping technologies to translate real world coordinates from CCTV camera footage to their equivalent lat/long coordinates on a map. The projects use a finetuned YOLO model for its vision capabalities and leaflet js for the mapping tiles. Web Sockets were utilised to communicate between the various components in real time via UDP packages.


DocumentationTraffic Monitoring Repo
Virtual Assistant
Virtual Assistant

Virtual Assistant

software
AI

A personal assistant that brings together several machine learning techniques into a single interactive system. It uses a large language model to drive natural conversation flow, a CNN for real time emotion detection, and face detection for user identification (using either a haar classifier or a Facenet based approach). Together these allow the assistant to recognise who it's speaking with, gauge their emotional state, and hold a contextual conversation.


Virtual Assistant Repo
Recongizing who I am with a provided confidence rating :)
Recongizing who I am with a provided confidence rating :)
Recongizing who I am with a provided confidence rating :)
Recongizing who I am with a provided confidence rating :)

Face Recongition

software
AI

A simple python based application made to experiment and try out different face recognition techniques and algorithms. At current, it utilises two distinct face classification algorithms. One being the default haar classifier from open-cv and the other being a Facenet classifier implemented in pytorch.


Face Recongition Repo
Looking around the world
Looking around the world

OpenGL Model of Guyana National Stadium

finished
software
game_dev

A model of the National Providence Stadium of Guyana. The project is implemented using OpenGL, a low level graphics cross platform API implemented in c++. It introduces various concepts about graphics programming such as bling-phong lighting, batch rending, vertex construction from file formats, animations and more! The thing I most enjoyed about this project were the specifics that went into rendering the grass and how impactful drawing thousands of planes is on performance.


Project RepoPresentation
Looking around the world
Looking around the world
Looking around the world
Looking around the world
Looking around the world
Looking around the world
+1
Looking around the world

ELEGOO Arduino Car

in-progress
hardware

Exploring the ELEGOO Arduino Car. Currently looking to rework the code so I can implement my own computer vision models for things like path planning. Not sure how far I'll go with this, fun so far :)


Project RepoPresentation