Skip to content
View kailukowiak's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Calgary AB

Sponsoring

@lwouis
@JuliaLang

Organizations

@3DLables
Block or Report

Block or report kailukowiak

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. facial_key_points facial_key_points Public

    Exploratory repository for facial key points

    Julia

  2. mouse_skulls mouse_skulls Public

    Julia

  3. RandomDataProjects RandomDataProjects Public

    General Messing Around with Data

    HTML

  4. column_name_cleaner.py column_name_cleaner.py
    1
    # Replaces spaces and caps.
    2
    df.columns = df.columns.str.strip().str.lower().str.replace(' ', '_').str.replace('(', '').str.replace(')', '')
  5. JuliaPerformanceDemo JuliaPerformanceDemo Public

    A shallow, non-exhaustive dive into Julia's impressive performance, tips for type stability and parallel and CUDA programming

    Jupyter Notebook

  6. 3DLables/3DLabeler 3DLables/3DLabeler Public

    Deep learning library to label points on 3D objects, generally MRI data.

    Jupyter Notebook 1