Skip to content
View OleehyO's full-sized avatar
🐏
🐏

Highlights

  • Pro
Block or Report

Block or report OleehyO

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
OleehyO/README.md

Hey, I'm OleehyO

class Attributes(OleehyO):
    @staticmethod
    def contact() -> tuple:
        email         = "1258009915 [at] qq.com"
        homepage      = "https://github.com/OleehyO"
        huggingface   = "https://huggingface.co/OleehyO"
        return email, homepage, huggingface

    @staticmethod
    def research() -> list:
        interesting = ['Large Language Models', 'Machine Learning Systems']
        return interesting

    @staticmethod
    def project() -> list:
        TexTeller = "https://github.com/OleehyO/TexTeller"
        project_lst = [TexTeller]
        return project_lst

Pinned

  1. TexTeller TexTeller Public

    TexTeller can convert image to latex formulas (image2latex, latex OCR) with higher accuracy and exhibits superior generalization ability, enabling it to cover most usage scenarios.

    Python 176 19

  2. CS106L CS106L Public

    Some comments on CS106L; Some additional materials used when studying CS106L; And also some problems encountered while doing practical assignments and corresponding solutions

    HTML 12 2