Skip to content
View GiangCo12's full-sized avatar

Block or report GiangCo12

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. employee-management-system employee-management-system Public

    This is a problem with 3 models, respectively classifying clothes as uniforms, standing posture and bowing, and finally recognizing employees by face. I use many algorithms such as RCNN, yolo and m…

    Python

  2. Face_attendance Face_attendance Public

    A computer vision project that uses the OpenCV library to detect human faces in real-time video streams, extract features from those faces, and recognize them. The project also includes attendance …

    Python

  3. Long-Form-Question-Answering-with-transfomer Long-Form-Question-Answering-with-transfomer Public

    For this NLP problem, I use Transformer to train the model on the questions and answers that have available data above. I get this data from hugging face on github and import it and get the data an…

    Jupyter Notebook

  4. Vietnamese-Hate-Speech-Detection-1 Vietnamese-Hate-Speech-Detection-1 Public

    Vietnamese Hate Speech Detection on Facebook

    Jupyter Notebook

  5. Automation-Engineer-Prompt Automation-Engineer-Prompt Public

    t automates content generation from Google Sheets using AI models, uploads results to Google Drive, sends notifications via Slack and Email, logs to SQLite, and generates daily reports with visuali…

    Python

  6. Mllib-from-scratch Mllib-from-scratch Public

    In this project, I will "re-built from scratch" state-of-the-art algorithms in ML/DL, but using only Python language. I will use NumPy library for better performance on matrix calculation.

    Python