Skip to content
View p3jitnath's full-sized avatar
:octocat:
Think Different.
:octocat:
Think Different.

Highlights

  • Pro

Block or report p3jitnath

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. Docker and Nvidia Docker installatio... Docker and Nvidia Docker installation in Ubuntu 20.04 LTS
    1
    # WARNING : This gist in the current form is a collection of command examples. Please exercise caution where mentioned.
    2
    
                  
    3
    # Docker
    4
    sudo apt-get update
    5
    sudo apt-get remove docker docker-engine docker.io
  2. Step-by-Step Guide to build OpenCV 4... Step-by-Step Guide to build OpenCV 4.2.0 with CUDA 10.1 on Ubuntu 20.04
    1
    # How to install OpenCV 4.2.0 with CUDA 10.1 on Ubuntu 20.04 LTS (Focal Fossa)
    2
    
                  
    3
    Install updates and upgrade your system:
    4
        
    5
            $ sudo apt update
  3. yolov4-darknet-docker yolov4-darknet-docker Public

    YoloV4 on Darknet with Docker using OpenCV 4.2.0, CUDA 10.1 and cuDNN 7.6.5

    Makefile 6

  4. Transliteration-Model Transliteration-Model Public

    RNN model trained on Bengali names, which transliterates (romanizes) Bengali names to English.

    Jupyter Notebook 5

  5. AOD-Hybrid-Paper AOD-Hybrid-Paper Public

    Code and Data repository for "Hybrid learning model for spatio-temporal forecasting of PM2.5 using aerosol optical depth"

    Jupyter Notebook 5 3

  6. Python code to generate Taylor Diagrams Python code to generate Taylor Diagrams
    1
    #!/usr/bin/env python
    2
    # Copyright: This document has been placed in the public domain.
    3
    
                  
    4
    """
    5
    Taylor diagram (Taylor, 2001) implementation.