harshtikuu's Stars
karpathy/llm.c
LLM training in simple, raw C/CUDA
streamlit/streamlit
Streamlit — A faster way to build and share data apps.
google-deepmind/alphafold
Open source code for AlphaFold.
devlooped/moq
The most popular and friendly mocking framework for .NET
public-apis/public-apis
A collective list of free APIs
binhnguyennus/awesome-scalability
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
locustio/locust
Write scalable load tests in plain Python 🚗💨
activeloopai/deeplake
Database for AI. Store Vectors, Images, Texts, Videos, etc. Use with LLMs/LangChain. Store, query, version, & visualize any AI data. Stream data in real-time to PyTorch/TensorFlow. https://activeloop.ai
NARKOZ/hacker-scripts
Based on a true story
mingrammer/diagrams
:art: Diagram as Code for prototyping cloud system architectures
square/pysurvival
Open source package for Survival Analysis modeling
bentoml/BentoML
The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines, and more!
idmillington/cyclone-physics
The Physics engine that accompanies the book "Game Physics Engine Design"
microsoft/pyright
Static Type Checker for Python
Polyconseil/aioamqp
AMQP implementation using asyncio
ntasfi/PyGame-Learning-Environment
PyGame Learning Environment (PLE) -- Reinforcement Learning Environment in Python.
karpathy/micrograd
A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API
satwikkansal/wtfpython
What the f*ck Python? 😱
davidflanagan/javascript6_examples
Examples from JavaScript: The Definitive Guide, 6th Edition
tensorflow/agents
TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.
CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers
aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
guipsamora/pandas_exercises
Practice your pandas skills!
harshtikuu/Abnormal_Event_Detection
Abnormal Event Detection in Videos using SpatioTemporal AutoEncoder
shubhankarsharma00/circuit-draw
This is a small project related to building circuits using openGL. There are plans of adding more gates and the the ultimate goal is to be able to stimulate logic.
dunovank/jupyter-themes
Custom Jupyter Notebook Themes
ossu/computer-science
🎓 Path to a free self-taught education in Computer Science!
niklasf/python-chess
A chess library for Python, with move generation and validation, PGN parsing and writing, Polyglot opening book reading, Gaviota tablebase probing, Syzygy tablebase probing, and UCI/XBoard engine communication
HIPS/autograd
Efficiently computes derivatives of NumPy code.
floodsung/Deep-Learning-Papers-Reading-Roadmap
Deep Learning papers reading roadmap for anyone who are eager to learn this amazing tech!
floodsung/Gym-Flappy-Bird
A OpenAI Gym Env for Flappy Bird