Pinned Repositories
aces-vwg-gamut-mapping-2020
ACES - Virtual Working Group - Gamut Mapping - 2020
Adobe_DNG_SDK_1.6_Linux
build Adobe_dng_sdk_1.6 for Linux
AgentGPT
🤖 Assemble, configure, and deploy autonomous AI Agents in your browser.
Auto-GPT
An experimental open-source attempt to make GPT-4 fully autonomous.
BeautyGAN
transfer the makeup style of a reference face image to a non-makeup face
BetterDisplay
Unlock your displays on your Mac! Smooth scaling, HiDPI unlock, XDR/HDR extra brightness upscale, DDC, brightness and dimming, dummy displays, PIP and lots more!
CelebAMask-HQ
A large-scale face dataset for face parsing, recognition, generation and editing.
DemoIccMAX
Demonstration Implementation for iccMAX color profiles
dlib-models
Trained model files for dlib example programs.
face-makeup.PyTorch
Lip and hair color editor using face parsing maps.
JasonLee8768's Repositories
JasonLee8768/CelebAMask-HQ
A large-scale face dataset for face parsing, recognition, generation and editing.
JasonLee8768/DemoIccMAX
Demonstration Implementation for iccMAX color profiles
JasonLee8768/aces-vwg-gamut-mapping-2020
ACES - Virtual Working Group - Gamut Mapping - 2020
JasonLee8768/Adobe_DNG_SDK_1.6_Linux
build Adobe_dng_sdk_1.6 for Linux
JasonLee8768/AgentGPT
🤖 Assemble, configure, and deploy autonomous AI Agents in your browser.
JasonLee8768/Auto-GPT
An experimental open-source attempt to make GPT-4 fully autonomous.
JasonLee8768/BetterDisplay
Unlock your displays on your Mac! Smooth scaling, HiDPI unlock, XDR/HDR extra brightness upscale, DDC, brightness and dimming, dummy displays, PIP and lots more!
JasonLee8768/BiSeNet
Add bisenetv2. My implementation of BiSeNet
JasonLee8768/clip-interrogator
Image to prompt with BLIP and CLIP
JasonLee8768/Cross-Camera-Convolutional-Color-Constancy
Reference code for the paper "Cross-Camera Convolutional Color Constancy" (ICCV 2021)
JasonLee8768/DiT
Official PyTorch Implementation of "Scalable Diffusion Models with Transformers"
JasonLee8768/dlib
A toolkit for making real world machine learning and data analysis applications in C++
JasonLee8768/DragGAN
Code for DragGAN (SIGGRAPH 2023)
JasonLee8768/FreeChatGPT
An amazing open-source web app that allows you to play with OpenAI's ChatGPT API for free!
JasonLee8768/insightface
State-of-the-art 2D and 3D Face Analysis Project
JasonLee8768/libexif
A library for parsing, editing, and saving EXIF data
JasonLee8768/LibRaw
LibRaw is a library for reading RAW files from digital cameras
JasonLee8768/Little-CMS
A free, open source, CMM engine. It provides fast transforms between ICC profiles.
JasonLee8768/llama
Inference code for LLaMA models
JasonLee8768/llm.c
LLM training in simple, raw C/CUDA
JasonLee8768/nodeeditor
Qt Node Editor. Dataflow programming framework
JasonLee8768/onnxruntime
ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
JasonLee8768/openssl
TLS/SSL and crypto library
JasonLee8768/pytorch-CycleGAN-and-pix2pix
Image-to-Image Translation in PyTorch
JasonLee8768/Pytorch-UNet
PyTorch implementation of the U-Net for image semantic segmentation with high quality images
JasonLee8768/RPG-DiffusionMaster
Mastering Text-to-Image Diffusion: Recaptioning, Planning, and Generating with Multimodal LLMs (PRG)
JasonLee8768/segment-anything
The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
JasonLee8768/tensorflow_macos
TensorFlow for macOS 11.0+ accelerated using Apple's ML Compute framework.
JasonLee8768/visual-chatgpt
Official repo for the paper: Visual ChatGPT: Talking, Drawing and Editing with Visual Foundation Models
JasonLee8768/write-a-C-interpreter
Write a simple interpreter of C. Inspired by c4 and largely based on it.