Skip to content
View gabriel-ab's full-sized avatar
🏠
Working from home
🏠
Working from home
  • UFRPE
  • Pernambuco, Brazil
Block or Report

Block or report gabriel-ab

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. face-detection-in-color-images face-detection-in-color-images Public

    This project aimed to implement "Face Detection in Color images" paper for a introductory computer science class.

    Jupyter Notebook

  2. gdata gdata Public

    Implementation of generic type data structures in c

    C 3

  3. snake snake Public

    Simple Snake Game in C, with Raylib.

    Makefile 2

  4. ga-hyperparameter-optimizer ga-hyperparameter-optimizer Public

    This project seeks to leverage GA techniques to optimize the hyperparameters of natural language processing models in order to perform essay scoring.

    Python 1

  5. simple-remote-ocr-reader simple-remote-ocr-reader Public

    This project creates a simple backend and mobile system for reading text in images.

    Jupyter Notebook

  6. Create image dataset with OpenCV Create image dataset with OpenCV
    1
    import cv2
    2
    from pathlib import Path
    3
    
                  
    4
    Q, SPACE, *NUMS = map(ord, 'q 1234567890')
    5