Skip to content
View sidsnow's full-sized avatar

Highlights

  • Pro

Organizations

@Reflect-Me
Block or Report

Block or report sidsnow

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


class AboutMe:
    def __init__(self):
        self.name = "Daria"
        self.education = "ITMO University"
        self.faculty = "Robotics and Artificial Intelligence"
        self.languages = ["Python", "Java"]
        self.occupation = ["AI Lab, ITMO"]

    def work(self):
        print(self.name + ", ready for new projects.")

Pinned Loading

  1. CTLab-ITMO/CTCI CTLab-ITMO/CTCI Public

    Clumped texture composite images

    Jupyter Notebook 7

  2. open-place-recognition-ocr open-place-recognition-ocr Public

    ocr wrapper for open place recognition

    Python