Skip to content
View shacharmirkin's full-sized avatar

Block or report shacharmirkin

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

    A web app for practicing chess openings

    Python

  2. alpinf/smaller_language_models alpinf/smaller_language_models Public

    A collection of notebooks for reducing language models size

    Jupyter Notebook

  3. pmt pmt Public

    Personalized Machine Translation

  4. ofirmirkin/Shoebot ofirmirkin/Shoebot Public

    We wanted to experiment with a low-budget mobile robot with machine-learning (ML) capabilities. We decided on a project in which the robot's mission is to detect when someone enters the house weari…

    Jupyter Notebook 4

  5. using multiple virtual environments ... using multiple virtual environments in Google Colab
    1
    {
    2
      "cells": [
    3
        {
    4
          "cell_type": "markdown",
    5
          "metadata": {
  6. rtl_meme.py rtl_meme.py
    1
    """
    2
    Some memes, made up of multiple boxes with a predefined reading order,
    3
    can be confusing or feel unnatural when used with right-to-left (RTL) languages.
    4
    This script takes a vertically symmetric meme and adjusts it for RTL reading.
    5
    Optionally, you can also mirror the images if it makes more sense after swapping the two vertical halves.