Back in 2016, I've decided to venture into the never-ending field of technology and outputted my first ever "Hello World". Since then, my passion only grew stronger, which lead to me obtaining my Master's Degree in Computer Science and experimenting with all sorts of technology. My interests range from AI engineering to full-stack development, with a strong curiosity for everything in between. Recently, my focus has been prioritized with personal projects, data structures and algorithms on LeetCode, and pursuing certain certifications.
A few projects I've created include a sketch to vector neural network web app, a binary cat & dog classification model, an AI Trading bot using an LSTM algorithm, a 3d parkour game using unity, a survival game using unreal engine, web scraping algorithms using python, and many more. Every project has been a valuable learning experience, shaping me into the programmer I am today. I plan to add on to the list of projects shown below for those who are curious.
Feel free to contact me as I'm always available for learning and good opportunities.
Developed a web app that utilizes a neural network and deep learning libraries to convert sketches into vector images. Several technologies were used in the process of making this algorithm, which taught me multi-threading, GPU optimization, PyTorch libraries, UX design, neural network optimization, model evaluation, virtual environments, and more.
View on GitHubCreated a CNN Binary Classification model that predicts whether an image contains a cat or dog with 98% accuracy. This project taught me how to operate with large datasets, how to utilize TensorFlow and Keras libraries, how to optimize a neural network, and how a neural network gets created from scratch.
View on GitHubDesigned and developed a comprehensive website to showcase my programming skills and projects, along with information about me. I utilized HTML, CSS, JavaScript, Flask, Node.js, and other technologies to build this website.
View on GitHubDesigned created an LSTM algorithm as part of a small team to pinpoint top qualities for stock market prediction. Additionally, we created a trading bot to assess the accuracy of these predictions. Learned Python APIs, Data Visualization, Teamwork, Revision Control, Database Management, and more.
View on GitHub