MevlutArslan's Stars
asc-lab/micronaut-microservices-poc
Very simplified insurance sales system made in a microservices architecture using Micronaut
ggml-org/whisper.cpp
Port of OpenAI's Whisper model in C/C++
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
sysid/sse-starlette
OpenInterpreter/open-interpreter
A natural language interface for computers
tinygrad/teenygrad
If tinygrad wasn't small enough for you...
mikeroyal/Xcode-Guide
Xcode Guide.
google/eng-practices
Google's Engineering Practices documentation
younesbram/chat-with-repo
Ingest GitHub repo data into vectorstore with LangChain and create seamless Streamlit chatbot using GPT-4
lzhengchun/matrix-cuda
matrix multiplication in CUDA
ThePrimeagen/vim-be-good
vim-be-good is a nvim plugin designed to make you better at Vim Movements.
karpathy/micrograd
A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API
tinygrad/tinybox
Scripts and environment for the tinybox
TDacik/Deadlock_Racer
Frama-C plugins for deadlock and data race detection
Pithikos/C-Thread-Pool
A minimal but powerful thread pool in ANSI C
SohamGovande/langschema
One-line LLM output parsing to boolean, enum, & Zod types
meta-llama/llama
Inference code for Llama models
markkraay/mnist-from-scratch
Code for training basic neural networks, especially the MNIST numbers dataset.
rxi/log.c
A simple logging library implemented in C99
facebook/igl
Intermediate Graphics Library (IGL) is a cross-platform library that commands the GPU. It provides a single low-level cross-platform interface on top of various graphics APIs (e.g. OpenGL, Metal and Vulkan).
tinygrad/tinygrad
You like pytorch? You like micrograd? You love tinygrad! ❤️
ggml-org/llama.cpp
LLM inference in C/C++
amosjyng/langchain-visualizer
Visualization and debugging tool for LangChain workflows
ggml-org/ggml
Tensor library for machine learning
langchain-ai/langchain
🦜🔗 Build context-aware reasoning applications
modular/max
The MAX Platform (includes Mojo)
ocornut/imgui
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
carbon-language/carbon-lang
Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
erincatto/box2d
Box2D is a 2D physics engine for games
mtdvio/every-programmer-should-know
A collection of (mostly) technical things every software developer should know about