#artificial-intelligence
Ecosystem overview for everything related to artificial-intelligence.
Products (3)
Deep-Live-Cam is a real-time AI face swap and video deepfake tool developed by hacksider. It enables users to perform real-time face replacement and deepfake videos with just a single click and a single image. The tool is designed as a productivity asset for the AI-generated media industry, assisting artists in animating custom characters, creating engaging content, and facilitating clothing design. It operates by selecting a source face and a target image/video or camera, then initiating the real-time swap. It supports various platforms and GPU acceleration, and incorporates ethical checks to prevent the processing of inappropriate content.
prompts.chat is the world's largest open-source AI prompt library, offering a curated collection of prompt examples for various AI chat models like ChatGPT, Claude, Gemini, and more. It provides an online platform for browsing and contributing prompts, along with interactive learning resources for prompt engineering and a game-based adventure for kids. The platform also supports self-hosting and various integrations including a CLI and Claude Code Plugin.
"LLMs-from-scratch" is the official code repository for Sebastian Raschka's book *Build a Large Language Model (From Scratch)*. It guides users through developing, pretraining, and finetuning a GPT-like LLM from the ground up, mirroring the approach of large-scale foundational models. The project implements all code in PyTorch, avoiding external LLM libraries, and includes functionalities for loading larger pretrained models for finetuning. It's designed for educational purposes, focusing on in-depth understanding of LLM mechanics.