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 = "Search Engine 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 Public

    Forked from huggingface/cookbook

    Open-source AI cookbook

    Jupyter Notebook 2

  2. huggingface-hub-docs Public

    Forked from huggingface/hub-docs

    Docs of the Hugging Face Hub

    Handlebars

  3. transformers Public

    Forked from huggingface/transformers

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

    Python 1

  4. agents-course Public

    Forked from huggingface/agents-course

    This repository contains the Hugging Face Agents Course.

    Jupyter Notebook 1

  5. Data-Analysis-Project Public

    Jupyter Notebook