Skip to content
View surmud's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report surmud

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

About

I'm Surmud Jamil, a software engineer. Feel free to connect with me on linkedin: https://linkedin.com/in/surmud

Projects

Jupiter: UMD Schedule Builder

Jupiter is a schedule builder for UMD students that intelligently generates and ranks potential schedules based on professor ratings and average GPA, while also removing duplicates, and ensuring that there are no time conflicts. Our application was developed specifically for a mobile device because it allows Apple Calendar synchronization, which means that the Jupiter will automatically sync a potential schedule with the user’s iPhone calendar. Once the user syncs a schedule, their calendar will have recurring meetings set up every single day for each course they selected at their proper time until the end of the semester.

NBA Hall of Fame Predictor

My friends and I used basketball statistics to predict NBA Hall of Famers with 85% accuracy. Are hall of famers more physical than today's players? Do today's players shoot more? We answer these questions in our jupyter notebook. To do this project, we needed to parse, scrape, and clean NBA basketball data from several different sources to be able to conduct our analysis.

Rate My UMD Landlord

Ever had a terrible landlord? This is your chance to vent. This is a web application that I was able to develop using the flask framework in python. It allows users to register, log in, and post reviews and ratings of their landlord. This application was deployed to the Heroku cloud platform as the final project of my python development class. We never really advertised this application, which is why there are only fake reviews posted on the site currently. In this project we needed to create both a front end and a backend for our flask application. Our application's data is stored in a MongoDB cloud database.

Eigenface Recognition

In this project, my teammate and I implemented principal component analysis, which is a dimensionality reduction technique used in machine learning, to recognize images of faces with over 85% accuracy. We followed a case study based on an academic paper written by Turk and Pentland at https://www.face-rec.org/algorithms/PCA/jcn.pdf. This project was very math-heavy and required us to implement a lot of linear algebra in python, but we were able to gain a lot of valuable experience with the numpy library by doing this.

Note: This repository is private since it was a course project. Contact me if you'd like to see it.

Pinned Loading

  1. jupiter jupiter Public

    Jupiter is a schedule builder for UMD students that intelligently generates and ranks potential schedules based on professor ratings and average GPA, while also removing duplicates, and ensuring th…

    Swift 1

  2. NBA-Hall-of-fame-predictor NBA-Hall-of-fame-predictor Public

    Forked from sxnaan/nba-hof

    This is the notebook of our final project for CMSC320: Introduction to Data Science. In this project, we explore Hall of Famers in the NBA.

    HTML 1

  3. rate-my-umd-landlord rate-my-umd-landlord Public

    This is the final project for CMSC388J, a website that allows students from the University of Maryland to rate their college park landlords.

    HTML

  4. NBA-Stats-Visualizer NBA-Stats-Visualizer Public

    This is a python program that uses selenium to web scrape stats from https://www.basketball-reference.com and then displays a graph of an NBA player's career averages using Matplotlib.

    Python