Stars
All Algorithms implemented in Python
🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。
Unsloth Studio is a web UI for training and running open models like Qwen3.5, Gemma 4, DeepSeek, gpt-oss locally.
Transforms complex documents like PDFs into LLM-ready markdown/JSON for your Agentic workflows.
"🐈 nanobot: The Ultra-Lightweight Personal AI Assistant"
A modular graph-based Retrieval-Augmented Generation (RAG) system
Build resilient language agents as graphs.
Minimal examples of data structures and algorithms in Python
🤗 LeRobot: Making AI for Robotics more accessible with end-to-end learning
Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth.
中文LLaMA&Alpaca大语言模型+本地CPU/GPU训练部署 (Chinese LLaMA & Alpaca LLMs)
Qwen3-Coder is the code version of Qwen3, the large language model series developed by Qwen team.
Agent framework and applications built upon Qwen>=3.0, featuring Function Calling, MCP, Code Interpreter, RAG, Chrome extension, etc.
Code for loralib, an implementation of "LoRA: Low-Rank Adaptation of Large Language Models"
Unified framework for robot learning built on NVIDIA Isaac Sim
A series of large language models developed by Baichuan Intelligent Technology
[ECCV2024] Video Foundation Models & Data for Multimodal Understanding
Cosmos-Reason1 models understand the physical common sense and generate appropriate embodied decisions in natural language through long chain-of-thought reasoning processes.
Monitor your local neighbourhood's bluetooth activity
《数据结构与算法之美》的学习笔记和python代码实现