Skip to content
View boscacci's full-sized avatar
🎬
Object detecting
🎬
Object detecting
Block or Report

Block or report boscacci

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. Movie-Clapper-Detector Movie-Clapper-Detector Public

    A computer vision object detection project

    Jupyter Notebook 1

  2. Responsive-LED-Hallway Responsive-LED-Hallway Public

    I wired up my apartment hallway with LED strips and motion sensors

    C++ 2

  3. Arduino-Subway-Clock Arduino-Subway-Clock Public

    Build your own ioT subway clock with Arduino!

    C++ 18 2

  4. robertboscacci.com robertboscacci.com Public

    Just a minimal hugo portfolio site

    HTML

  5. Welch's Unequal Variances T-test Welch's Unequal Variances T-test
    1
    def twosample_tstat_welch(experimental, control):
    2
        """
    3
        Runs Welch's unequal variances t-test
    4
        Accepts 2 pandas series or numpy arrays
    5
        Returns a t-stat
  6. SICP-Python SICP-Python Public

    Forked from Reo-LEI/SICP-Python

    The answers to SICP exercises, but in Python not lisp

    Python 1