Projects
Projects I have worked on over the past year
For more Projects/Scritps visit My Github
For my work done with Statistics feel free to scroll below or visit Data Science
- Worked on a team of 5 to create a real time map based weather application, which provided Assistance through notifications and updates on surroundings for victims of Natural disasters
- Configured a Flask Web Application on Heroku with a Postgres backend for storing our Users
- Utilized cloudflare cdn for caching Static assets which lead to decreased page load times for visitors
- Built out the APIs for user registration and event notifications with sms and email with Twilio and Mailgun Apis
- Created reusable React components on the front end for communicating with back end
ReadyForIt
- Turned a job that took weeks into one that takes only 10 minutes by Building a Web Scraper for Security Guard roster data from the https://www.dos.ny.gov/ website .
- Utilized the the Requests Library Api to receive html and BeautifulSoup Library to parse it
- Scanned over 100 pages per department for employee links then used those links to generate dynamic urls
- Scraped and cleaned Employee data from over 2000+ tables and saved to an Excel spreadsheet for viewing
Employee Scraper
- Created a Map based Application for people ot look up news articles in their area
- Map Based Application Using Flask (Python microframework)
- Google Maps Api for map locations and layers
- Javascript front end making Ajax calls to back end for map updates
- Queries database by Zip Code for City and States to zoom into.
Mashup
- Created a faster Youtube video Player with React for instant searches
- Used Axios to grab data Asynchronously
- Query youtube api for video links and video streams
- Using react saved me time from clicking between pages
React video player
- Created a Tinder based Food Application for android with my classmate using Java android android Studio
- Worked on Integrating Swipe Cards for android for a tinder like feel while browsing for food
- Used the Yelp Api for looking up Locations in the Area after grabbing Users Location
- Facebook integration for Users to sign in right away instead of signing up
Java Yelper
- My Final Statistics Research Paper on Unsupervised Learning Using R =) Unsupervised Learning More of my Work using R can be found Here
- In this paper I explore K-Means clustering and Support Vector Machines and how it is all done to help analyze data by groupings
- Other topics in the github Repo Cover Correlation and Regression, Inference for Regression, Multiple Regression, Building Multiple Regression Models, Time Series Analysis, using R for anyone interested =)