-
CADES-RL Public
Deep reinforcement learning agent for task allocation in adaptive distributed embedded systems facilitating critical tasks and message passing
-
A fully modded multiplayer server for GTA: San Andreas, created in 2016 which marked my entry into programming. The server contains 30k+ lines of codebase and achieved 100+ daily active players in …
-
AD3D Public
A bachelor's thesis for ranking articulation disparity using 3D facial features generated by deep learning models
-
Youtube-API Public
Forked from MichaelBelgium/Youtube-APIA way to host your own API that converts youtube video's to mp3/mp4 and returns a download/stream link and information.
PHP UpdatedMar 23, 2025 -
stable-baselines3-contrib Public
Forked from Stable-Baselines-Team/stable-baselines3-contribImplements maskable recurrent ppo algorithm for contrib package for Stable-Baselines3
-
UNET Public
Reproducing one of the most cited (100k) deep learning architecture UNET using latest PyTorch 2.6. It is used in state-of-the-art generative models such as stable diffusion.
HTML UpdatedMar 20, 2025 -
Human-Activity-Clustering Public
A coursework project which uses KMeans and DBSCAN clustering algorithms to analyze smartphone sensor data
Jupyter Notebook UpdatedMar 20, 2025 -
A hobby project which uses autoregressive models to predict the amount of courier partners that will go online the following days using weather conditions
-
PPE-Detection-YOLO Public
A hackathon project which implements the YOLOv8 model (provided by Ultralytics) for detecting Personal Protective Equipment (PPE) in industrial settings
Jupyter Notebook UpdatedMar 10, 2025 -
Hand Tracking using Particle Filter
Python UpdatedFeb 11, 2025 -
voca Public
Forked from TimoBolkart/vocaThis codebase demonstrates how to synthesize realistic 3D character animations given an arbitrary speech signal and a static character mesh.
-
A coursework project in which the random forest model forecasts client responses to bank marketing with 94% Accuracy using SMOTE
Jupyter Notebook UpdatedMar 25, 2024 -
A coursework project in which the model predict sentiments of tweets with 80% Accuracy.
Jupyter Notebook UpdatedMar 25, 2024 -
Autofeedback Public
A program with minimalist GUI which automates the feedback submission of PIEAS University
-
DECA Public
Forked from yfeng95/DECADECA: Detailed Expression Capture and Animation (SIGGRAPH 2021)
-
Affiliate Status Identification using Twitch Streaming Data
-
darkflow Public
Forked from thtrieu/darkflowTranslate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
-
Task-Tracker-Flutter Public
An unique tracker flutter application which allows to create and manage tasks as well as keep track of them using counters.
-
My-minor-c-and-cpp-codes Public
A collection of the minor .c codes that I made in my first and second semester!
C++ UpdatedFeb 13, 2021 -
BackPropagation-with-GA Public
Combining backpropagation with genetic algorithm. First project in machine learning!
Python UpdatedFeb 5, 2021 -
A small insertion sort program with the variation of unique keys and partial reverse sorting. (STL)
C++ UpdatedFeb 5, 2021 -
-
This is my implementation of linked list with header and trailer (Data Structure)
C++ UpdatedFeb 5, 2021 -
Simple-Bank-Account-Program Public
Nothing but an object oriented implementation of bank account program.
C++ UpdatedFeb 5, 2021 -
Tetris Public
Implementation of a famous game 'tetris' using C & C++. It contains level system, different colors, speed control and a lot more. Tried modular programming as much as possible!
-
Tic-Tac-Toe-Custom-AI- Public
My first semester project, a tic tac toe game with novice AI consisting of three different modes.