Welcome to Kunj's Portfolio
Hi, I'm Kunj Patel, Welcome to my personal website.
At ASU, I'm involved in clubs focused on Data Science and Machine Learning. This site is mainly to share my work in this field.
Latest Articles
Sun, June 30, 2024
3 min read
Money Mentor
This post delves into the backend development of the Money Mentor project, a financial mentorship application built for the TIAA Hackathon. This initiative intends to gamify the retirement and savings planning process for Generation Z to solve the issues they confront. The backend uses the Plaid API for data retrieval and GPT for data summarizing.
read more →
Mon, June 24, 2024
4 min read
Data Finder Project
This post dives into the 990 Data Finder, a tool for exploring nonprofit data through IRS Form 990s, where nonprofit financial data was extracted from the IRS website using a custom XML scraper and by leveraging APIs. This project successfully organized data to be used for further analysis. This project was done during a Hackathon.
Tue, June 18, 2024
ASU Class Scraper Project
In the inaugural post of this Portfolio website, I introduce the ASU Class Scraper Project, a tool that is used to secure classes after they fill up. This project began as a Python-based Selenium scraper to monitor class openings in real time and evolved to incorporate API usage, although it reverted to Selenium due to API limitations. The final project ended up as a Discord bot.