sean-dss's Stars
karpathy/LLM101n
LLM101n: Let's build a Storyteller
danielmiessler/fabric
fabric is an open-source framework for augmenting humans using AI. It provides a modular framework for solving specific problems using a crowdsourced set of AI prompts that can be used anywhere.
janhq/jan
Jan is an open source alternative to ChatGPT that runs 100% offline on your computer
HigherOrderCO/Bend
A massively parallel, high-level programming language
KindXiaoming/pykan
Kolmogorov Arnold Networks
state-spaces/mamba
Mamba SSM architecture
Nuitka/Nuitka
Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.4-3.13. You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module.
numba/numba
NumPy aware dynamic Python compiler using LLVM
microsoft/msquic
Cross-platform, C implementation of the IETF QUIC protocol, exposed to C, C++, C# and Rust.
facebookincubator/cinder
Cinder is Meta's internal performance-oriented production version of CPython.
dnhkng/GlaDOS
This is the Personality Core for GLaDOS, the first steps towards a real-life implementation of the AI from the Portal series by Valve.
rapidfuzz/RapidFuzz
Rapid fuzzy string matching in Python using various string metrics
helblazer811/ManimML
ManimML is a project focused on providing animations and visualizations of common machine learning concepts with the Manim Community Library.
aiortc/aioquic
QUIC and HTTP/3 implementation in Python
lcompilers/lpython
Python compiler
keroro824/HashingDeepLearning
Codebase for "SLIDE : In Defense of Smart Algorithms over Hardware Acceleration for Large-Scale Deep Learning Systems"
sipeed/TinyMaix
TinyMaix is a tiny inference library for microcontrollers (TinyML).
declare-lab/MELD
MELD: A Multimodal Multi-Party Dataset for Emotion Recognition in Conversation
hidet-org/hidet
An open-source efficient deep learning framework/compiler, written in python.
Green-Software-Foundation/carbon-aware-sdk
Carbon-Aware SDK
bytedance/matxscript
A high-performance, extensible Python AOT compiler.
mmckerns/tuthpc
Tutorial on "Efficient Python for High-Performance Computing"
ankurbhatia24/MULTIMODAL-EMOTION-RECOGNITION
Human Emotion Understanding using multimodal dataset.
henryiii/python-performance-minicourse
Mini-course at Princeton on High Performance Python
LumenPallidium/backprop-alts
This repository has implementations of various alternatives to backpropagation for training neural networks.
anudeep-20/Table-extraction-from-PDF-and-Images
Extraction of Tabular data from PDF & Images into CSV or XML
mukul2310/cpu-scheduler-visualiser
Visualizer for 9 Scheduling Algorithms, like FCFS, SJF, RR, LJF, Priority and implemented a new algorithm based on a research paper.
BrendanCReidy/TernaryWeightNetworks
divyanshu-talwar/Training-NNs-without-Backpropagation
Implementing an ADMM based optimization approach as an alternative to backpropagation for training neural networks.
manwu1994/Ternary-spiking-neural-network
Ternary spiking neural network