Pinned Repositories
secure-your-contract
Secure Your Contract: Towards Efficient and Reliable AI-Assisted Contract Drafting
cider-python3
CIDEr score implementation for python 3.
FD-DINOv2
Implementation of Fréchet Distance with DINOv2 backbone in Pytorch.
FID-FID
FID-FID : Fake Image Detector meets Frequency - Image Dual Domain
hearnet-pytorch
Implementation of HEAR-Net in FaceShifter: Towards High Fidelity And Occlusion Aware Face Swapping
hyu-deepfakes
This includes the deepfakes generator(NAT-Diffuser) and the detector(FID-FID) developed during Artificial Intelligence course project, HYU
ISLR-Statistical_Learning
📊 My own organized summation and review for the book ,'An Introduction to Statistical Learning'
LeetcodeChallenge
🔥 This repository contains LeetCode problem solutions - some for ongoing challenge with Minseong Kang, the others for my daily practice.
NAT-Diffuser
Discrete Absorbing Diffusion using GPT with Hydra 1D-NA in learned vector-quantized code space.
stanford-algorithms-specialization
(2022) Stanford algorithm specialization · solved programming assignments and all certificates.
justin4ai's Repositories
justin4ai/FD-DINOv2
Implementation of Fréchet Distance with DINOv2 backbone in Pytorch.
justin4ai/cider-python3
CIDEr score implementation for python 3.
justin4ai/ddpm-pytorch
Explained implementation of diffusion models using DDPM samplers.
justin4ai/FID-FID
FID-FID : Fake Image Detector meets Frequency - Image Dual Domain
justin4ai/hearnet-pytorch
Implementation of HEAR-Net in FaceShifter: Towards High Fidelity And Occlusion Aware Face Swapping
justin4ai/hyu-deepfakes
This includes the deepfakes generator(NAT-Diffuser) and the detector(FID-FID) developed during Artificial Intelligence course project, HYU
justin4ai/ISLR-Statistical_Learning
📊 My own organized summation and review for the book ,'An Introduction to Statistical Learning'
justin4ai/LeetcodeChallenge
🔥 This repository contains LeetCode problem solutions - some for ongoing challenge with Minseong Kang, the others for my daily practice.
justin4ai/NAT-Diffuser
Discrete Absorbing Diffusion using GPT with Hydra 1D-NA in learned vector-quantized code space.
justin4ai/opencv-with-deeplearning
👟(2021) The repository for Human Pose Estimation project, consisting of some opencv study materials and the simple real-world application using deep learning models implemented from scratch.
justin4ai/algorithm-solutions
👨⚖️ This repository is an integrated one of problem solutions for multiple online judge platforms including LeetCode, BOJ, programmers, etc.
justin4ai/django-the-practical-guide
This repository is about practice code for the course "Python Django - The Practical Guide" in Udemy, consisting of various projects. The course aims for full-stack development using Django.
justin4ai/Hanyang
This repository is for codes, study materials or any other resources from Hanyang university programming-related lectures.
justin4ai/R2G
From R-Rated to G-Rated : Replace Harmful Objects with Alternatives for Children
justin4ai/stanford-algorithms-specialization
(2022) Stanford algorithm specialization · solved programming assignments and all certificates.
justin4ai/huggingface-llm
Study materials for constructing LLM pipeline via HuggingFace.
justin4ai/image-captioning
RNN/LSTM/Transformer image caption generator implementation in Pytorch.
justin4ai/justin4ai
justin4ai/personal-calendar
Personal calendar in Java powered by JDBC and PostgreSQL@14.
justin4ai/Programming-Foundations-with-JS-HTML-and-CSS
⚡ (January 22, 2022 ~February 18, 2022) This repository is for the course 'Programming Foundations with JavaScript, HTML and CSS' in Coursera that I've got through early this year for getting prepared to learn a MERN stack.
justin4ai/pytorch-mnist-vae
Well-explained VAE(Variational AutoEncoder) template code for MNIST generation in Pytorch. Please refer to the corresponding post in my Velog.