Awesome LLM Apps is the rare “awesome list” that’s actually a folder full of things you can run. Skip the prompt-snippet sites. This is 100+ working AI agents and RAG apps, each one cloned, customized, and shipped end-to-end under an Apache-2.0 license. View Awesome LLM Apps on GitHub 122,823 stars 18,113 forks Python Apache-2.0 License… Continue reading
Posts Tagged → Python
500+ AI Agent Projects: The Cross-Referenced Index
500+ AI Agent Projects does what the title promises: it catalogs 500+ agent projects, sorted by both framework (LangGraph, CrewAI, AutoGen, Agno, LlamaIndex) and by industry (Healthcare, Finance, Education, Retail, Cybersecurity, and on). The value isn’t the count, it’s the organization: when you have an idea for an agent, this is the repo where you… Continue reading
public-apis: The Free API Index for Builders
public-apis is the open-source phone book for developers, a community-maintained index of around 1,400 free APIs across weather, finance, geocoding, music, sports, machine learning, and everything else you might want to call from a side project. Browse the categories, copy a URL, and you’re sending a real request in under a minute. View public-apis on… Continue reading
Project Based Learning: Build Real Applications
Project Based Learning is the practical-tutorials index: curated walkthroughs where you build a full application from scratch in a chosen language, not 30-second “top 10 snippets” listicles. Each entry ends with a real working thing you wrote: a compiler, a web server, a neural network, a small operating system, an e-commerce site. View Project Based… Continue reading
The Algorithms - Python: Every Algorithm Implemented
The Algorithms – Python is the largest open-source catalog of algorithms implemented in Python: every classic algorithm from sorting and searching to graph traversal, machine-learning basics, cryptography, and computational geometry, each with a working Python implementation you can read and run. Reference material and study aid in one. View The Algorithms – Python on GitHub… Continue reading