Skip to content
View mmasenheimer's full-sized avatar
🍉
🍉

Block or report mmasenheimer

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
mmasenheimer/README.md
  • 👋 Hi, I’m @mmasenheimer
  • 👀 I’m interested in hiking, collecting vinyl records, swimming, and video games!
  • 🌱 I’m currently learning how to train neural networks and building web-based applications with java and SpringBoot!
  • 💞️ I’m looking to collaborate on any fullstack web-based and user authentication project
  • 📫 How to reach me mmasenheimer21@gmail.com or mmasenheimer21 on instagram
  • 😄 Pronouns: he/him
  • ⚡ Fun fact: I can do the worm (just not on hardwood floor)

Pinned Loading

  1. Portfolio-Website Portfolio-Website Public

    This is a website made from scratch which helped me understand HTML and CSS with a little bit of vanilla JavaScript

    CSS 1

  2. resnet50-model resnet50-model Public

    This repository serves as a medium for universal sourcing to a compiled (using vitis ai) resnet50 neural network.

    1

  3. SpringBoot-RestAPI-DB-Project SpringBoot-RestAPI-DB-Project Public

    This is a project I've been working on to get experience with back end development. It uses maven, springboot, and postgresql for the database. I am also practicing sql queries and integration tests

    Java 1

  4. Huffman-Decoder Huffman-Decoder Public

    This is a Python script I made in November 2024 to get practice with tree traversals and binary decoding. It decodes a sequence of binary through a Huffman algorithm and returns the original encode…

    Python

  5. Markov-Chain-Algorithm Markov-Chain-Algorithm Public

    This is a Python script I made in October 2024. I implemented my own hash map and used it to replicate a Markov-Chain-based algorithm

    Python

  6. spotifly spotifly Public

    This project is comprised of multiple Java files written in November 2024, and it was to help with general OOP in Java. It's a very lightweight spotify-inspired program.

    Java