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

Block or report ericeasthope

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. as-in-ecog as-in-ecog Public

    Code for Easthope et al. "Cortical control of posture in fine motor skills: evidence from inter-utterance rest position" (2023).

    Python 1

  2. Detect edges in colour photos Detect edges in colour photos
    1
    """
    2
    Minimalist RGB edge detection w/ NumPy, PIL
    3
    Authored by Eric Easthope
    4
    MIT License
    5
    """
  3. video-face-tracking video-face-tracking Public

    Face tracking and landmark estimation from video.

    Python 1 1

  4. nbstyle nbstyle Public

    UI styles for Jupyter notebooks

    CSS

  5. signal-share signal-share Public

    JavaScript

  6. gridworld-rl gridworld-rl Public

    A Q-learning algorithm to teach an agent on a grid to avoid obstacles and reach goals

    Python