A mobile app that helps businesses track inventory. It provides real-time data on stock levels and sends notifications when items are running low. Spring and MySQL hosted on an AWS EC2 instance. Layout built using tailwindcss. The app was built using Android Studio as a simple webview wrapper.
A mobile app that helps businesses track inventory. It provides real-time data on stock levels and sends notifications when items are running low. Spring and MySQL hosted on an AWS EC2 instance. Layout built using tailwindcss. The app was built using Android Studio as a simple webview wrapper.
A library management system that allows users to search books, track their read status, rate books they've read, and create a wishlist of books they want to read. The app was built using Spring MVC, Thymeleaf, and MySQL. For this project, the website was simply hosted on local machine resources.
Built a model that forecasts sales using various input features such as holidays, oil price, location, date, lag, and others to accurately forecast each store of a family of chain stores daily sales for the next day, trying to minimizing RMSE in original sales units.
A static website built using tailwind and DaisyUI for a responsive design.
This was a practice project to learn about neural networks. The project was built using Python without any libraries such as Tensorflow, and the goal was to create a simple neural network that could learn to recognize handwritten digits. It is built with support for sigmoid, tanh, and ReLU. Afterwords, this project was also built using Tensorflow.
Coded on a Texas Instuments SOAC board using C to control PWMs, 7-segment displays, and LEDs. The color tuner allowed users to adjust the intesity of red, green, and blue LEDs to create custom colors. Much of these functions were initially built using Assembly, and re-written in C.
Built a Flask-based web server to handle API requirests for whois lookups and weather data, using caching for faster responses.