beplay's Stars
astral-sh/uv
An extremely fast Python package and project manager, written in Rust.
zml/zml
High performance AI inference stack. Built for production. @ziglang / @openxla / MLIR / @bazelbuild
meta-llama/llama-stack
Model components of the Llama Stack APIs
comet-ml/opik
Open-source end-to-end LLM Development Platform
marl-book/codebase
Official code repo for the MARL book (www.marl-book.com)
anishiisc/Build_LLM_from_Scratch
A notebook based tutorial series on buildling a LLM from scratch
huggingface/lerobot
🤗 LeRobot: Making AI for Robotics more accessible with end-to-end learning
Azure-Samples/graphrag-accelerator
One-click deploy of a Knowledge Graph powered RAG (GraphRAG) in Azure
Nixtla/nixtla
TimeGPT-1: production ready pre-trained Time Series Foundation Model for forecasting and anomaly detection. Generative pretrained transformer for time series trained on over 100B data points. It's capable of accurately predicting various domains such as retail, electricity, finance, and IoT with just a few lines of code 🚀.
elicit/machine-learning-list
A curriculum for learning about foundation models, from scratch to the frontier
state-spaces/s4
Structured state space sequence models
rasbt/LLMs-from-scratch
Implementing a ChatGPT-like LLM in PyTorch from scratch, step by step
microsoft/autogen
A programming framework for agentic AI 🤖
microsoft/sample-app-aoai-chatGPT
Sample code for a simple web chat experience through Azure OpenAI, including Azure OpenAI On Your Data.
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
johko/computer-vision-course
This repo is the homebase of a community driven course on Computer Vision with Neural Networks. Feel free to join us on the Hugging Face discord: hf.co/join/discord
Stevenic/vectra
Vectra is a local vector database for Node.js with features similar to pinecone but built using local files.
rougier/scientific-visualization-book
An open access book on scientific visualization using python and matplotlib
paniterka/awesome-matplotlib
A curated list of various Matplotlib resources
openai/whisper
Robust Speech Recognition via Large-Scale Weak Supervision
rasbt/MachineLearning-QandAI-book
Machine Learning Q and AI book
tdda/tdda
Test-Driven Data Analysis Functions
ggerganov/whisper.cpp
Port of OpenAI's Whisper model in C/C++
ggerganov/llama.cpp
LLM inference in C/C++
ggerganov/ggml
Tensor library for machine learning
probml/pyprobml
Python code for "Probabilistic Machine learning" book by Kevin Murphy
probml/pml-book
"Probabilistic Machine Learning" - a book series by Kevin Murphy
corl-team/katakomba
Data-Driven NetHack Tools: Datasets (30+) and recurrent-baselines (AWAC, BC, CQL, IQL, REM)
corl-team/CORL
High-quality single-file implementations of SOTA Offline and Offline-to-Online RL algorithms: AWAC, BC, CQL, DT, EDAC, IQL, SAC-N, TD3+BC, LB-SAC, SPOT, Cal-QL, ReBRAC
spragunr/deep_q_rl
Theano-based implementation of Deep Q-learning