Skip to content
View willjobs's full-sized avatar
Block or Report

Block or report willjobs

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

Pinned Loading

  1. dog-classifier dog-classifier Public

    Implementation of a dog classifier using CNNs built using FastAI

    4 1

  2. regulations-public-comments regulations-public-comments Public

    User-friendly API to download public comments, documents, and dockets from v4 of the Regulations.gov API

    Python 20 7

  3. d3-covid d3-covid Public

    Final project for UMass course "Data Visualization & Exploration" (CS 590V/571)

    JavaScript 2

  4. hyperparameter-search hyperparameter-search Public

    Comparison of Bayesian hyperparameter optimization with grid search and random search, on neural networks, decision trees, random forests, and KNN

    Jupyter Notebook 2

  5. fullpage-screenshot fullpage-screenshot Public

    Python script to take a screenshot of a full web page using Selenium

    Python 2 1

  6. Autorotate images based on EXIF data... Autorotate images based on EXIF data (iOS)
    1
    ##############################
    2
    # Script to autorotate all images in a directory based on EXIF data.
    3
    # Background: iOS devices have a bad habit of saving images with a rotation stored in the 
    4
    #     EXIF data, which is ignored by other applications, resulting in these images
    5
    #     looking rotated 90 degrees or 270 degrees in many apps. This fixes that.