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

Block or report rrajp

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

    Forked from doccano/doccano

    Open source text annotation tool for machine learning practitioner.

    Python 1

  2. Jsonify Jsonify Public

    Quick and Easy Json Viewer for Python.

    Python 1

  3. Spacy_NER_trainer_with_Eval.py Spacy_NER_trainer_with_Eval.py
    1
    TRAIN_DATA = total_list
    2
    
                  
    3
    nlp = spacy.blank("en")  # create blank Language class
    4
    print("Created blank 'en' model")
    5
    
                  
  4. detect-and-track detect-and-track Public

    Face Recogntion and Object Detection

    Python