Skip to content
View MonMog's full-sized avatar
🌋
Understanding why Lua wants to start at Index 1
🌋
Understanding why Lua wants to start at Index 1

Block or report MonMog

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
MonMog/README.md

Background

I'm a computer engineering student, planning to graduate in early 2027 with a concentration in robotics. I’m driven by my passion for learning. I enjoy delving into programming, with a strong curiosity for both software and hardware. I also enjoy hands-on work with Arduinos and Raspberry Pis. When I take on a new topic, I’m fully committed to diving deep and making sure I understand the ins and outs of it.

Projects

  • Current Project(s):

    • Working on converting a CSV file into markers on a map
  • Previous Projects:

    • Made a Generative Adversarial Network in Python using Tensorflow, Numpy and matplotlib to produce fake photos of cats from a dataset.
    • Deployed a chatroom website where users can login and register and private message using an Ubuntu VM running on Oracle Cloud and with Apache2, Node.js and Mysql.
    • Used Neataptic (Open-source JS implementation of the NEAT algorithm) to train an AI agent to play Pong using Javascript.
    • Developed mods for Abiotic Factor using Lua and UE4SS (an open-source software); surpassed 1,700 unique downloads.
    • Implemented multiplayer in my Unreal Engine game using Steamworks SDK and API.
    • Published multiple Roblox games using Lua.
    • Built two Minecraft mods using Java.
    • Created a music-request Discord bot with Python, Discord API as well as FFmpeg.

    My Tech Stack

  • Languages: Python, Lua, C#, Java, HTML, CSS, Javascript

  • Frameworks: TensorFlow

  • Tools: Pycharm, VScode, Roblox Studio, Unity, Unreal Engine

Pinned Loading

  1. tensorflow-gan tensorflow-gan Public

    Python Project that uses Tensorflow and numpy to make a Generative Adversarial Network

    Python

  2. ubuntu-website ubuntu-website Public

    Ubuntu VM hosted on Oracle Cloud running a web app with Apache2, Node.js, socket.io for Real-Time Chat Room

    CSS

  3. deep-learning-pong-neat-js deep-learning-pong-neat-js Public

    An AI agent learning how to play pong using the NEAT algorithm

    JavaScript

  4. car-accidents-vdot car-accidents-vdot Public

    Using VDOT's website, displays the car accidents recorded on the state map and records data surrounding it

    Python