The archive

Open Source

Fine Tune an 8B Model on a 4 GB Laptop GPU

Soup is an open source command line tool that fine tunes large language models from one YAML config. It keeps the frozen base model in your computer's memory and feeds the graphics card one layer at a time, so an 8B model can train on a 4 GB laptop GPU.

See the project

Face Recognition Made Simple in Python

A short look at ageitgey/face_recognition, an open source Python library and command line tool for finding and identifying faces in photos. It uses ready made face models behind a small API and gets most faces right. See the project at

See the project

LightRAG: Graph Answers From Your Docs

LightRAG is an open source graph based retrieval augmented generation project from HKUDS. It reads your documents, builds a knowledge graph of entities and relations, and answers questions using that graph plus vector search. Learn more at

See the project

Graphiti: Open Source Memory for AI Agents

Graphiti is an open source Python framework that turns conversations and documents into a temporal knowledge graph for AI agent memory. It stores facts with time windows, so agents can recall what was true at any past date. Learn more at

See the project

GenericAgent: AI That Learns Skills

GenericAgent is an open-source Python framework that lets an AI control your computer and learn new skills over time. It starts with a small core and grows a personal skill tree, saving tokens on repeat tasks. See it in action and explore the repo:

See the project

Run an Office of AI Agents on Your PC

Munder Difflin is a free, open-source desktop app that turns your existing AI coding tools into a team of agents that work together on your own machine. Watch them on a fun office floor, talk to a manager agent, and let them handle tasks while you sleep.

See the project

Animated Typing Text for GitHub Profiles

Learn how to add a typing animation to your GitHub profile with readme-typing-svg. This open-source tool generates a custom SVG that types and deletes text. Perfect for making your README stand out. Check the repo:

See the project

Anime.js: Easy Web Animations

Learn how Anime.js, a popular open-source JavaScript library, makes it easy to add smooth animations to your web projects. With over 72,000 stars on GitHub, it's a trusted tool for developers. Check out the repository:

See the project

OfficeCLI: AI Agent Office Tool

OfficeCLI is an open-source command-line tool that lets AI agents create and edit Word, Excel, and PowerPoint files without Microsoft Office. It renders documents to HTML for visual feedback. Learn more:

See the project

AI Agent Controls Your Browser

Browser Harness is an open-source tool that lets AI coding agents control your real browser. It uses the Chrome DevTools Protocol and can write its own helpers. Learn more:

See the project

RAGFlow: 89K Stars for Smarter Document AI

Discover RAGFlow, the open-source RAG engine that understands documents deeply. See how it uses OCR and layout analysis to answer questions with citations. Perfect for building AI apps over messy documents. Learn more at

See the project

See Why Your AI Model Makes Its Choices

Learn how pytorch-grad-cam shows which parts of an image your AI model uses to make decisions. This open source library creates heatmaps that highlight important areas. Perfect for debugging computer vision models.

See the project

Archify: AI Diagrams That Are Actually Good

Archify is an open-source AI coding tool that turns your codebase or plain-English description into a clean, interactive HTML diagram. It validates every diagram before rendering, so you get consistent, trustworthy visuals for docs, reviews, and presentations. Try it:

See the project

Lazygit: A Simple Terminal UI for Git

Lazygit is a simple terminal UI for git commands. It wraps git in an interactive panel interface so you can stage, commit, rebase, and more with keybindings instead of typing commands. Open source, MIT licensed.

See the project