Repository History
16 repositories tagged with deep-learning
DragGAN: Interactive Point-Based Image Manipulation with Generative AI
DragGAN is the official code for the SIGGRAPH 2023 paper, "Drag Your GAN: Interactive Point-based Manipulation on the Generative Image Manifold." This powerful Python-based repository enables users to precisely control and manipulate generated images using interactive dragging points. It offers an intuitive way to edit AI-generated content, making complex image transformations accessible.
MuseTalk: Real-Time High-Fidelity Lip Synchronization for Virtual Humans
MuseTalk, developed by Lyra Lab at Tencent Music Entertainment, is an innovative real-time lip-syncing model designed for high-fidelity video dubbing. It enables seamless synchronization of facial movements with audio in various languages, making it a powerful tool for virtual human solutions. The latest MuseTalk 1.5 version offers significant performance enhancements, including improved clarity, identity consistency, and precise lip-speech synchronization.

pytorch-deep-learning: Learn PyTorch for Deep Learning from Zero to Mastery
This repository provides comprehensive materials for the "Learn PyTorch for Deep Learning: Zero to Mastery" course. It offers a hands-on, code-first approach to mastering PyTorch, covering fundamentals to advanced topics like computer vision and model deployment. With over 16,000 stars, it's a highly popular resource for beginners in machine learning and deep learning.

Text Generation Inference: High-Performance LLM Serving by Hugging Face
Text Generation Inference (TGI) is a robust toolkit from Hugging Face designed for deploying and serving Large Language Models (LLMs) with high performance. It powers Hugging Face's production services, including Hugging Chat and their Inference API. TGI offers optimized text generation, supporting popular open-source LLMs and implementing advanced features for efficient and scalable inference.