Skip to content
View Msde-7's full-sized avatar

Block or report Msde-7

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Msde-7/README.md

Ciao, I’m Gabe

CS & Math @ IUB | Math Cancer Lab Researcher | Fintech IU Director of Technology | IU Student Gov CTO


Featured Projects

  • Lawgic Prep: Developing a platform to gamify LSAT prep with React, TailwindCSS, Firebase, and React Native.
  • Java Neural Network: Built a scalable neural network from scratch, achieving 99.6% accuracy on MNIST digit recognition.
  • EduAdvisor AI: Created a full-stack AI course planner using Gemini API; analyzed 100k+ records to guide scheduling.
  • Eclipse Livestream: Led live streaming for the Great American Solar Eclipse, reaching 3,000+ online and 5,000+ in-person viewers.
  • Snake for Android: Recreated the classic Snake game using Android Studio for mobile playability and design practice.
  • pySupp: Weekly Python curriculum and codebase for Fintech @ IU, covering data analysis, machine learning, and automation techniques.
  • Personal Website: Designed and built a custom portfolio to showcase projects and skills.

Research & Experience

  • Math Cancer Lab: Contributing to an open-source cell modeling project, optimizing diffusion equations to improve simulations in Python and C++.
  • IU Advising Data Team: Leveraged Python, Tableau, and Excel to boost advising engagement by over 40%.
  • Fintech @ IU: Teaching 265+ members CS concepts; built and deployed bots interfacing with trading APIs via Discord and GroupMe.

Let’s Connect

Pinned Loading

  1. 1D-Diffusion 1D-Diffusion Public

    Solving 1D Diffusion for research. Approach uses finite difference to form a tridiagonal matrix which is then solved using the thomas algorithm.

    Python

  2. fortran-flappy-bird fortran-flappy-bird Public

    A tiny Flappy Bird clone written in modern Fortran that runs in the Windows console with ASCII graphics.

    Fortran 1

  3. Snake-Recreated-for-Android Snake-Recreated-for-Android Public

    The classic game of Snake remade in Android Studio. Features themes and saved high scores.

    Java

  4. spam-classification spam-classification Public

    A project for my machine learning class focusing on using SVM and DT models to classify emails as either "Spam" or "Ham"

    Python

  5. FintechBot FintechBot Public

    A discord for the Fintech Discord Server. Allows users to interact with the fund.

    JavaScript 1 1

  6. monte-carlo-engine monte-carlo-engine Public

    Portfolio risk management using Monte Carlo simulation

    Python