Skip to content
View liyanasahir's full-sized avatar
Block or Report

Block or report liyanasahir

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

Pinned Loading

  1. Extracting subscribers list of a Tel... Extracting subscribers list of a Telegram Channel
    1
    from telethon import TelegramClient, sync
    2
    
                  
    3
    # Use your own values here
    4
    api_id = '123456'
    5
    api_hash = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
  2. Tracking two balls using OpenCV-Python Tracking two balls using OpenCV-Python
    1
    from collections import deque
    2
    import numpy as np
    3
    import argparse
    4
    import imutils
    5
    import cv2
  3. mission-buildwebsite mission-buildwebsite Public

    Documenting the day-to-day tasks for Mission: Build Website

    1

  4. SimGCD SimGCD Public

    Forked from CVMI-Lab/SimGCD

    SimGCD: A Simple Parametric Classification Baseline for Generalized Category Discovery

    Python