Projects


Python Tkinter Application: Login System and Game Hub

  • - Designed and developed a fully-functional desktop application using Python and Tkinter, integrating a secure user authentication system with login and account creation features to enhance user experience and security

  • - Created an engaging multi-game hub with three interactive games, allowing users to seamlessly switch between different entertainment options, promoting long-term engagement

  • - Developed a real-time scoring system that tracks user performance across all games, encouraging friendly competition and providing personalized feedback

  • - Focused on clean, modular code using object-oriented programming (OOP) principles, ensuring easy scalability and future feature integration

  • - Implemented data persistence through file handling techniques to securely store and retrieve user credentials and high scores, ensuring a seamless user experience across sessions

  • - Optimized user interface with a focus on intuitive design, accessibility, and smooth navigation to maximize usability for all ages


Binary Disease Classifier

  • - Built a binary classification neural network using TensorFlow and Keras Functional API

  • - Scaled health data (age, BMI, glucose), trained the model, and used sigmoid activation for probability-based output

  • - Implemented thresholding logic to classify predictions and evaluated performance with binary crossentropy and accuracy


Horse Racing Simulator (Java Swing)

  • - Designed a GUI-based horse racing game with multiple track shapes (oval, zigzag, figure-eight)

  • - Included custom horse attributes (speed, confidence, breed, accessories), betting logic, weather effects, CSV export, and statistics display

  • - Used object-oriented programming and Java Swing for animation, input validation, and user interaction


Blog Website

  • - Developed a fully functional blog web app using HTML, CSS, PHP, JavaScript, and MySQL

  • - Implemented a login system with user authentication, blog post submission, and SQL database integration

  • - Enabled dynamic post storage and retrieval with front-end validation