s7d1's Stars
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
binhnguyennus/awesome-scalability
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
meta-llama/llama
Inference code for Llama models
charlax/professional-programming
A collection of learning resources for curious software engineers
eugeneyan/applied-ml
📚 Papers & tech blogs by companies sharing their work on data science & machine learning in production.
karpathy/llm.c
LLM training in simple, raw C/CUDA
fastai/fastbook
The fastai book, published as Jupyter Notebooks
spmallick/learnopencv
Learn OpenCV : C++ and Python Examples
ashishps1/awesome-system-design-resources
Learn System Design concepts and prepare for interviews using free resources.
SimplifyJobs/New-Grad-Positions
A collection of full time roles in SWE, Quant, and PM for new grads.
madd86/awesome-system-design
A curated list of awesome System Design (A.K.A. Distributed Systems) resources.
WongKinYiu/yolov9
Implementation of paper - YOLOv9: Learning What You Want to Learn Using Programmable Gradient Information
jzhang38/TinyLlama
The TinyLlama project is an open endeavor to pretrain a 1.1B Llama model on 3 trillion tokens.
probml/pyprobml
Python code for "Probabilistic Machine learning" book by Kevin Murphy
hijkzzz/Awesome-LLM-Strawberry
A collection of LLM papers, blogs, and projects, with a focus on OpenAI o1 and reasoning techniques.
andrewyng/translation-agent
m3y54m/Embedded-Engineering-Roadmap
A comprehensive roadmap for aspiring Embedded Systems Engineers, featuring a curated list of learning resources.
Leader-board/OA-and-Interviews
The guide to online assessments and interviews
Auromix/ROS-LLM
ROS-LLM is a framework designed for embodied intelligence applications in ROS. It allows natural language interactions and leverages Large Language Models (LLMs) for decision-making and robot control. With an easy configuration process, this framework allows for swift integration, enabling your robot to operate with it in as little as ten minutes.
rerun-io/simplerecon
[ECCV 2022] SimpleRecon: 3D Reconstruction Without 3D Convolutions
Winter-Soren/quantum-ml-handbook
This repository consists of documentation regarding quantum machine learning (QML), covering both beginner's guides and advanced topics.
emard/ulx3s-misc
Miscellaneous ULX3S examples (advanced)
rvl-lab-utoronto/lab_onboarding_recommended_reading
This repository is a collection of papers and research material that students need to be aware of when they are getting started with research in the lab
ocram444/EldenRL
Reinforcement Learning for Elden Ring on Windows11
jameszampa/EldenRingAI
A bot for fighting the first Tree Sentinel in ELDEN RING
lockwo/elden_bot
AI to Play Elden Ring
UTMIST/eigenai-workshop
ut-cvdg/paper-breakdown
Roestlab/diffusion-deconvolution-dia-msms-data
🚀 Winner of the Donnelly Centre Innovation and Commercialization award: Apply diffusion models to deconvolute highly multiplexed DIA-MS/MS data by conditioning on MS1 signals to generate cleaner MS2 data for downstream analysis.
pandyah5/Algorithm_ToolBox
My collection of algorithms. These include naive/intuitive algorithms as well as improved and fast versions of them.