MartinZugs
Computer Science student at Loyola Chicago. I am proficient in Python, Docker, Scikit-learn, REST APIs, and SQL. I am passionate about data driven solutions.
iManageChicago, IL
Pinned Repositories
calendar
This is our calendar app for COMP 474.
CS-Websites
A list of websites that are benefical to all of those engaged in the field of Computer Science.
Current-IP-Address-Finder-and-Notifier
This is a program that fetches your current IP address and will send you a text and an email whenever it changes using Python3.
DirectoryWebApp
Our final web app directory for Comp 453
Expense-Tracker
This is the repo for our expense tracker project for Comp 460
F1-COMP-306-406-Project
This is the repo for our COMP 306/406 Formula 1 final project.
Fast-CRUD-API
This is a Fast API that is hosted on one of my Raspberry Pis that receives post and get requests and connects to a local MariaDB database to do CRUD operations.
Gesture-Recognition-Android-App
A simple Android app that allows the user to speak by making gestures with their phone.
Perceptron-Test-Code
This is code that tests data that is linearly separable and not linearly separable and shows convergence / non-convergence using Perception
UFC-Title-Belt
This is my groups final project for Machine Learning where we predict UFC matches using Keras!
MartinZugs's Repositories
MartinZugs/Gesture-Recognition-Android-App
A simple Android app that allows the user to speak by making gestures with their phone.
MartinZugs/Perceptron-Test-Code
This is code that tests data that is linearly separable and not linearly separable and shows convergence / non-convergence using Perception
MartinZugs/UFC-Title-Belt
This is my groups final project for Machine Learning where we predict UFC matches using Keras!
MartinZugs/calendar
This is our calendar app for COMP 474.
MartinZugs/CS-Websites
A list of websites that are benefical to all of those engaged in the field of Computer Science.
MartinZugs/Current-IP-Address-Finder-and-Notifier
This is a program that fetches your current IP address and will send you a text and an email whenever it changes using Python3.
MartinZugs/DirectoryWebApp
Our final web app directory for Comp 453
MartinZugs/Expense-Tracker
This is the repo for our expense tracker project for Comp 460
MartinZugs/F1-COMP-306-406-Project
This is the repo for our COMP 306/406 Formula 1 final project.
MartinZugs/Fast-CRUD-API
This is a Fast API that is hosted on one of my Raspberry Pis that receives post and get requests and connects to a local MariaDB database to do CRUD operations.
MartinZugs/MartinZugschwertFirstGame
I'm going to practice my python and pygame skills by making a Pokemon-like game shell based off of the gameplay and graphics of Pokemon Emerald.
MartinZugs/MartinZugschwertTestWebsite
This is a website that I am designing for my business, but also to get practice in front end web development.
MartinZugs/Metrics-Effectiveness-MartinZ
Here is all of my GitHub API data scraping work for George's Lab in Fall 2019
MartinZugs/Robotic-Hand
This is the code that runs on a Raspberry Pi and interfaces with 5 servos located within a 3D printed robotic hand that allows for the fingers of that hand to move.
MartinZugs/Self-Made-Bag-Of-Words
This is an implementation of a bag of words NLP model that I created entirely on my own for my Machine Learning class! It separates into train and test data, turns the data into vectors, gets rid of extra words, runs self-made n-fold cross validation, and then runs self made gridsearch using logistic regression.
MartinZugs/Software-Engineering-Repo
MartinZugs/SSLMetrics
MartinZugs/Stock-Data-Collector
This is a Docker file that is orchestrated using kubernetes that runs a Python script on my raspbery pi. This script utilizes the World Trading Data API to pull data for given stocks and clean, organzie, and push that data to a Python Flask API running on another one of my raspberry pis that adds the data to a MariaDB Server database located on that pi.
MartinZugs/Stock-Data-Scraping-REST
This is a simple example of using a REST API to pull down data from the web and store it into a database. In this example I ran this code on my Raspberry Pi where I proceeded to automate it to run daily using crontab to keep the stock data up to date.
MartinZugs/Stock-Machine-Learning-Analysis
This is the repo where I will store all of the ML code that uses the stock data I have gathered and stored using the code in my other repositories.
MartinZugs/Stock-Trading-Handler
This is the code that will handle when to buy and sell stocks using the Alpaca Trading API
MartinZugs/Temp-and-Humidity-Website
WORK IN PROGRESS. This is a website that displays the current temperature and humidity that is being recorded in real time by a DHT22 sensor on a Raspberry Pi.
MartinZugs/Temp-Humidity-Sensor-Raspberry-Pi
This is a program that receives temperature and humidity data from a DHT22 sensor connected to a Raspberry Pi and emails you the data at intervals of your choosing.
MartinZugs/Temporal-Distance-Map
MartinZugs/TextToExcel
This is a program that transforms text files into semi-organized excel spreadsheets using Java and ApachePOI.
MartinZugs/TextToExcel2
This is another program that uses Java and ApachePOI to transform text files into semi-organized excel spreadsheets.
MartinZugs/Titanic-Data-Adaline
This is my code to predict the likelihood of living / dying if you were on the Titanic using the Adaline machine learning model