Skip to content
View DanishjeetSingh's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report DanishjeetSingh

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. fake_gan_accounts fake_gan_accounts Public

    Forked from osome-iu/fake_gan_accounts

    Characteristics and prevalence of fake social media profiles with AI-generated faces

    Python

  2. base36py base36py Public

    A lightweight Python library for encoding and decoding numbers between base10 and base36.

    Python

  3. denoising_diffusion_models denoising_diffusion_models Public

    PyTorch Implementation of Denoising Diffusion Probabilistic Models

    Python 1

  4. algo_trading algo_trading Public

    Algorithmic Trading using GPT and Alpaca based on the Inverse Cramer Strategy

    Python 3 2

  5. ppm ppm Public

    Python output mailer: A simple bash script that mails the output after script execution

    Shell

  6. Python utility for managing Conda en... Python utility for managing Conda environments and configuration files
    1
    import os
    2
    import sys
    3
    import configparser
    4
    
    
    5
    def _get_conda_env():