Skip to content
View ahnjj's full-sized avatar
🥷
🥷

Block or report ahnjj

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
ahnjj/README.md
#!/usr/bin/python
# -*- coding: utf-8 -*-

class SoftwareEngineer:

    def __init__(self):
        self.name = "Jeong Ahn"
        self.role = "VDI Engineer"
        self.major = "Computer Science"
        self.language_spoken = ["ko_kr", "en_US", "ja_JP"]
        self.interest = ["AI, Data Science"]

    def welcome(self):
        print("Welcome!!")


me = SoftwareEngineer()
me.welcome()

Pinned Loading

  1. cookbook cookbook Public

    Forked from huggingface/cookbook

    Open-source AI cookbook

    Jupyter Notebook 1

  2. huggingface-hub-docs huggingface-hub-docs Public

    Forked from huggingface/hub-docs

    Docs of the Hugging Face Hub

    Handlebars 1

  3. transformers transformers Public

    Forked from huggingface/transformers

    🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.

    Python 1