Projects

Banking Website

2022
  • Used the Flask framework to create a mockup Banking Website from the user view
  • Implemented the following features: Checking account, Savings account, Stock shares, User Authentications
  • Utilized the 'yFinance' API to retrieve market data
  • Used SQLAlchemy to create a SQLite3 database and query data for updates, i.e. withdrawing/depositing funds, buying/selling shares, updating password/email/address
  • Github

BasketballPoints

2021
  • Built a small web-scraper with the ‘BeautifulSoup’ library that summarized and outputted the career statistics of past/current NBA players that the user inputs
  • Github

Covid-19 Map

2020
  • Filtered, extracted, and combined relevant data using ‘Pandas’ framework from 2 datasets on COVID cases and country locations with 100+ entries
  • Mapped the data using ‘Folium’ package to create visual representation of COVID cases that accurately depicted the proportion of cases in a given geographic location
  • Github

Tumor Classifier

2020
  • Classified tumors as malignant using the UCI Machine Learning Repository on breast cancer tumors
  • Implemented a KNN algorithm using ‘Pandas’, ‘NumPy’, and ‘sklearn’ resulting in 98% accuracy
  • Github