Skip to content
View 94929's full-sized avatar
πŸ‡°πŸ‡·
Working from home
πŸ‡°πŸ‡·
Working from home

Block or report 94929

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
94929/README.md

πŸ€“ About Me

To get to know about me:

uv pip install jinsung; python -c "import jinsung"

Briefly,

class Me:
    @property
    def name(self) -> str:
        return 'Jinsung Ha'

    @property
    def workspace(self) -> tuple[str, str]:
        company: str = 'Viva Republica (Toss)'
        position: str = 'Machine Learning Engineer'
        return company, position

    @property
    def education(self) -> str:
        degree: str = 'MEng Computing (Artificial Intelligence)'
        where: str = 'Imperial College London'
        when: str = '10.2014 - 08.2019'
        return ' | '.join([degree, where, when])

    @property
    def languages(self) -> tuple[str, ...]:
        return 'Python', 'Typescript', 'Java', 'C'

πŸ“ˆ Github Stats

πŸ› οΈ Technologies

Python TypeScript

MySQL Postgres

AWS

Git

Docker

Visual Studio Code Vim

macOS Ubuntu

PyTorch NumPy

NestJS FastAPI

Pinned Loading

  1. ray-project/ray ray-project/ray Public

    Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.

    Python 41.5k 7.3k

  2. LUXROBO/pymodi LUXROBO/pymodi Public

    Python API for controlling modular electronics, MODI

    Python 19 22

  3. sharebook-kr/pyupbit sharebook-kr/pyupbit Public

    python wrapper for upbit API

    Python 569 715

  4. LUXROBO/modi-firmware-updater LUXROBO/modi-firmware-updater Public

    A GUI Form of MODI Firmware Updater utilizing PyMODI as its backend

    Python

  5. iamport/iamport-rest-client-python iamport/iamport-rest-client-python Public

    Python μ‚¬μš©μžλ₯Ό μœ„ν•œ μ•„μž„ν¬νŠΈ REST API 연동 λͺ¨λ“ˆμž…λ‹ˆλ‹€

    Python 134 46

  6. LUXROBO/virtual-modi LUXROBO/virtual-modi Public

    Implementation of virtual MODI modules, written in Python

    Python