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

Block or report NicoLivesey

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

  1. tweebot-py tweebot-py Public

    GPT-2 based twitter bot made easy in few commands

    Jupyter Notebook 1 1

  2. zemmourify zemmourify Public

    A simple tool that helps you to prepare yourself for "Le Grand Remplacement" and gives you some french firstnames in replacement of the one you are currently using

    Python

  3. datathon_energiemobilite datathon_energiemobilite Public

    Accident detection model developed in 48h using fastai and yolo

    C 4

  4. GradientDescent GradientDescent Public

    Gradient Descent in Python

    Python

  5. SingleLinkageClustering SingleLinkageClustering Public

    Single Linkage Clustering python

    Python

  6. Simple baseline to apply ocr Simple baseline to apply ocr
    1
    def remove_clear(img, degree):
    2
        '''
    3
        Preprocess l'image avant l'algo de détection de texte de manière à avoir une image thresholdée optimale
    4
        '''
    5
        # img = cv2.bilateralFilter(img, degree, 75, 75)