My Projects

Mood Tracker App

View my Mood Tracker App

I created a Mood Tracker app using Flutter and Dart. The app allows users to track daily moods, answer questions, and receive weekly reports with generic advice.

Machine Learning/AI Projects on Google Colab

View my Machine Learning Projects

I worked on hands-on projects that deepened my understanding of data science and machine learning concepts. Using Python, I tackled tasks like cleaning and preprocessing data, building and evaluating models such as logistic regression, k-nearest neighbors, decision trees, and support vector machines, and detecting bias in datasets. I also explored natural language processing (NLP) and designed neural network models.

Each project challenged me to access, visualize, and interpret data, integrating techniques for statistical summaries, database management, and high-performance frameworks. These experiences equipped me with the skills to solve real-world data science problems effectively.

Data Science

Fullstack Baking Website for Younger Sister and friends

View the baking website

I built a website for my younger sister and her friends, allowing users to browse a menu of sweet treats and place orders seamlessly. The website was developed using JavaScript, Python (Flask), HTML, and CSS, with Google Sheets serving as the backend database to store user orders.

To integrate Google Sheets, I used Google Cloud Console to generate a service account JSON file containing the credentials needed for authentication and authorization via the Google Sheets API. On the backend, Flask handled incoming JSON requests, extracting order details and securely saving them to Google Sheets, ensuring a smooth and efficient order management process.

JavaScript Projects on Khan Academy

View my Khan Academy Projects

I created multiple JavaScript side projects on Khan Academy, including games like Memory, Tic-Tac-Toe, Dice Game, and many more.

Khan Profile

Coloring Game

Play the Coloring Game

This JavaScript-based coloring game allows users to choose different pages and colors to create fun artwork.

Coloring Game Project

TV Show Data

View the Python program

This program allows users to analyze TV show data including finding shows with specific ratings, finding the highest-rated show in a range of years, searching for shows by title, computing the average score of shows with a specific rating, finding shows with higher scores than a given show, and sorting all lists by year and writing the result to a file.