XiaoLaoDi's Stars
Significant-Gravitas/AutoGPT
AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.
langchain-ai/langchain
🦜🔗 Build context-aware reasoning applications
hpcaitech/ColossalAI
Making large AI models cheaper, faster and more accessible
Stability-AI/stablediffusion
High-Resolution Image Synthesis with Latent Diffusion Models
LAION-AI/Open-Assistant
OpenAssistant is a chat-based assistant that understands tasks, can interact with third-party systems, and retrieve information dynamically to do so.
chenfei-wu/TaskMatrix
tloen/alpaca-lora
Instruct-tune LLaMA on consumer hardware
BlinkDL/RWKV-LM
RWKV (pronounced RwaKuv) is an RNN with great LLM performance, which can also be directly trained like a GPT transformer (parallelizable). We are at RWKV-7 "Goose". So it's combining the best of RNN and transformer - great performance, linear time, constant space (no kv-cache), fast training, infinite ctx_len, and free sentence embedding.
CompVis/latent-diffusion
High-Resolution Image Synthesis with Latent Diffusion Models
PaddlePaddle/PaddleNLP
Easy-to-use and powerful LLM and SLM library with awesome model zoo.
ymcui/Chinese-BERT-wwm
Pre-Training with Whole Word Masking for Chinese BERT(中文BERT-wwm系列模型)
espnet/espnet
End-to-End Speech Processing Toolkit
OptimalScale/LMFlow
An Extensible Toolkit for Finetuning and Inference of Large Foundation Models. Large Models for All.
MVIG-SJTU/AlphaPose
Real-Time and Accurate Full-Body Multi-Person Pose Estimation&Tracking System
richzhang/PerceptualSimilarity
LPIPS metric. pip install lpips
zllrunning/face-parsing.PyTorch
Using modified BiSeNet for face parsing in PyTorch
dragen1860/MAML-Pytorch
Elegant PyTorch implementation of paper Model-Agnostic Meta-Learning (MAML)
antoinelame/GazeTracking
👀 Eye Tracking library easily implementable to your projects
2881099/csredis
.NET Core or .NET Framework 4.0+ client for Redis and Redis Sentinel (2.8) and Cluster. Includes both synchronous and asynchronous clients.
JDAI-CV/FaceX-Zoo
A PyTorch Toolbox for Face Recognition
FACEGOOD/FACEGOOD-Audio2Face
http://www.facegood.cc
pixop/video-compare
Split screen video comparison tool using FFmpeg and SDL2
mravanelli/SincNet
SincNet is a neural architecture for efficiently processing raw audio samples.
corenel/pytorch-adda
A PyTorch implementation for Adversarial Discriminative Domain Adaptation
dchen236/FairFace
Tobias-Fischer/rt_gene
RT-GENE: Real-Time Eye Gaze and Blink Estimation in Natural Environments
harritaylor/torchvggish
Pytorch port of Google Research's VGGish model used for extracting audio features.
hysts/pytorch_mpiigaze
An unofficial PyTorch implementation of MPIIGaze and MPIIFaceGaze
NVlabs/few_shot_gaze
Pytorch implementation and demo of FAZE: Few-Shot Adaptive Gaze Estimation (ICCV 2019, oral)
cvqluu/TDNN
Time delay neural network (TDNN) implementation in Pytorch using unfold method