Buckley's repositories
Facial-Authentification-System
This project aims to build a streamlit app which includes face detection, face recognition, face anti-spoofing attacks and sentiment analysis to contribute to better authenticated system.
ICDAR-2019
Robust reading challenge on scanned receipts OCR and information extraction
edge-detection-opencv
The final production in software engineering subject in university. This project aims to detect four edges in an arbitrary of a book.
question-classification
An implementation of RNN in Pytorch for questions classification
competitive-programming
Collection of some algorithms implemented in C++
elgamal-and-peer2peer-communication
This project simulates the message transportation between two clients using elgamal cryptography :key:
simple-MLP
An implementation of a vanilla neural network using numpy
BERT-questions-classification
This is an implementation of BERT in classification downstream task for categorizing questions dataset.
comment-crawler
A walkthrough of using Selenium to crawl data
dwm-configuration
DWM on Ubuntu :smile:
operating-system
Some keynote in my os training course
Sleeping-posture-classification
This project includes multiple models, loss functions, optimizers and image augmentations for image classification task
smart-home
This is the final project in micro-processing
zalo-ai-challange-2020
This repository implements voice verification task in zalo AI challange :smile:
deadlock-detection
This repo reimplements Banker algorithm to detect deadlock in OS system
ngocphucck.github.io
This repository contains my personal blog about my experience, stories or research :smile:
AdelaiDet
AdelaiDet is an open source toolbox for multiple instance-level detection and recognition tasks.
efficientnetv2.pytorch
PyTorch implementation of EfficientNetV2
html-best-practices
For writing maintainable and scalable HTML documents
image-preprocessing
An implementation of equalized histogram and median filter from scratch in c++ programming language
mmdetection
OpenMMLab Detection Toolbox and Benchmark
numpy_basic
A deep understand numpy library in C programming thinking
project-guidelines
A set of best practices for JavaScript projects
pyAudioAnalysis
Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications
tf-tutorial
A short tutorial in Tensorflow
vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch