Skip to content
View R1j1t's full-sized avatar

Organizations

@conda-forge @kul-group

Block or report R1j1t

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

    ✔️Contextual word checker for better suggestions (not actively maintained)

    Python 412 64

  2. seedlit/dsm2dtm Public

    Generates DTM (Digital Terrain Model) from DSM (Digital Surface Model).

    Python 44 11

  3. pandas Public

    Forked from pandas-dev/pandas

    Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more

    Python

  4. lingo-iitgn/emocontext-19 Public

    This repository contains our code for the paper titled IIT Gandhinagar at SemEval-2019 Task 3: Contextual Emotion Detection Using Deep Learning

    Python 5 2

  5. Pre-commit hook for python repo: In...
    1
    #!/bin/sh
    2
    
                  
    3
    # This is a pre-commit hook for python. It checks if black is passed and then if flake8 is passed.
    4
    # Feel free to share your updates. It will help use these git feature!
    5