Skip to content
View anant15's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report anant15

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. download_file_from_googledrive.py download_file_from_googledrive.py
    1
    import requests
    2
    
                  
    3
    def download_file_from_google_drive(id, destination):
    4
        def get_confirm_token(response):
    5
            for key, value in response.cookies.items():
  2. python-lectures python-lectures Public

    Codes books for lectures I give at Coding Elements!

    Jupyter Notebook 11 4

  3. dog-breed-classification dog-breed-classification Public

    Various Deep Learning based CNN classifier for Fine-grained classfication task on Dog breed dataset

    Jupyter Notebook 1

  4. lightweight-human-pose-estimation.pytorch lightweight-human-pose-estimation.pytorch Public

    Forked from Daniil-Osokin/lightweight-human-pose-estimation.pytorch

    Fast and accurate human pose estimation in PyTorch. Contains implementation of "Real-time 2D Multi-Person Pose Estimation on CPU: Lightweight OpenPose" paper.

    Python

  5. streamlit-nyc-collision streamlit-nyc-collision Public

    A streamlit dashboard for analysing NYC road collision data.

    Python