All-in-One RAG System! RAG-Anything is a unified framework with a multi-stage multimodal pipeline that extends traditional RAG architectures. It handles diverse content through intelligent orchestration and cross-modal understanding. 100% Open Source
@sumanth_077
-
Neural Networks Zero to Hero: Karpathy’s Comprehensive Hands-On Course
By
–
Neural Networks: Zero to Hero by Andrej Karpathy! This is the best hands-on course that takes you from the foundations of neural networks to advanced architectures. The code for all the lectures is available on Github
-

Stanford releases free LLM and Transformer learning cheatsheets
By
–
Stanford University released the best cheatsheets you'll ever find to learn LLMs & Transformers! These cheatsheets cover: • Self-attention, Flash Attention, LoRA, SFT
• Mixture of Experts, Distillation, Quantization
• RAG, Agents, LLM-as-a-judge 100% Free and Open Source -
AgenticSeek: Fully Local Autonomous AI Agent
By
–
Fully local Manus AI! AgenticSeek is an autonomous agent that browses the web, writes code, and plans tasks, all on your device. It runs entirely on your hardware, ensuring complete privacy and zero cloud dependency. 100% Open Source
-
Firecrawl Documentation: Web Scraping Tool for AI Applications
By
–
Check out the Documentation here to get started: https://
docs.firecrawl.dev/introduction Link to the Github Repo: -
Web Scraping with Python /v2 Endpoint for LLM Data
By
–
Scrape, crawl and search the web with just a few lines of Python code with the new /v2 endpoint. Below is the code snippet to get started and turn websites into LLM-ready data.
-
Firecrawl v2 Enables 10x Faster Web Scraping
By
–
Web scraping will never be the same! Firecrawl just released the new v2 endpoint with 10x faster scraping and semantic crawling. Firecrawl lets you input a URL, crawl it, and convert it into clean LLM-ready data.
-

Google Releases Gemma-3-270M Lightweight Open Model
By
–
Google just dropped a new light-weight 270M model! Gemma-3-270M is a lightweight, open-weight LLM that's perfect for task-specific fine-tuning with strong instruction-following. This notebook explains how to build Gemma-3-270M from scratch using PyTorch, step by step.
-
Axolotl: YAML-based LLM fine-tuning and LoRA optimization framework
By
–
4. Axolotl • Yaml-based setup for fine-tuning, LoRA/QLoRA, DPO, GRPO, and multimodal workflows
• Includes kernel optimizations for memory-efficient training GitHub repo: -
DeepSpeed: Distributed Fine-Tuning Framework for Large Language Models
By
–
3. DeepSpeed • Built for large-scale distributed fine-tuning with ZeRO and FSDP
• Optimized for multi-GPU and multi-node training with advanced memory management
• Trusted in production environments for scalable LLM training GitHub repo:
