Projects
Here are some of the projects I have worked on:
- UT Arlington’s Maverick Badminton Club: Launched official badminton club website for university. Post updates, register new members, and collect fees.
- Dynamic Restaurant Finder Using Yelp API: This project involved developing an interactive web application that allows users to find the best restaurants in a city based on specific search criteria, utilizing the Yelp API. Next, asynchronous requests to the Yelp API are made using AJAX, ensuring that data is fetched and displayed dynamically without the need for page reloads. The application uses user inputs such location, cuisine type, and the number of restaurants they want to search to return specific restaurant information, including names with images, ratings, categories, addresses, and phone numbers.
- Doctoral Database Web Interface: Developed web interface performing dynamic queries on Doctoral Database using PHP and MySQL. Implemented CRUD operations on instructor records. Built responsive front-end using HTML/CSS to facilitate user interactions and query execution. Optimized SQL queries for efficient database performance and ensured data integrity.
- K-Means Clustering Implementation: Developed a K-means clustering algorithm from scratch without using external libraries. Applied the algorithm to UCI datasets, achieving meaningful cluster groupings. Plotted an error graph (Elbow Method) showing the error values on the y-axis against different values of K on the x-axis to determine the optimal number of clusters. Evaluated performance against standard library-based implementations to validate accuracy and efficiency.