A React Native mobile app that uses Natural Language Processing to analyze user meal descriptions and calculate nutritional macros via a Python Flask API.
A Python project that uses statistics and data pruning to solve Octordle puzzles with high efficiency and accuracy.
A Chess AI project using Alpha-Beta pruning and neural networks to evaluate and predict moves. The model trains on chess data and uses Stockfish-based predictions for optimal moves, with components for data handling, board evaluation, and a basic GUI.
A travel generator that creates personalized schedules for flights, hotels, and activities based on user preferences, utilizing Playwright for web scraping and pandas for itinerary development.
A Java-based Fitness Tracker Application with a JavaFX GUI and MySQL database for managing exercises, trainers, and workouts.
My personal website built using Next.js and Typescript, and deployed using Vercel.
A Python project for efficient data compression using Huffman encoding and decoding.
A Java-based object-oriented virtual world game featuring multithreading, A* pathfinding, and OOP principles.