An AI-driven Wordle solver that minimizes guesses by maximizing information gain. The project applies Constraint Satisfaction, Letter Frequency Analysis, Bayesian Updating, and Entropy Maximization to efficiently narrow down possible words and solve puzzles using probabilistic and optimization-based reasoning.
A hotel management system that models core operations such as rooms, guests, reservations, housekeeping, and services. Built with Java and MySQL, it features a relational database with full CRUD operations and a graphical user interface, enabling secure, real-time management of hotel data through a local connection.