4-day longest streak
-
context-engine ★ PINNED
A pure-Python context management layer for LLM systems — retrieval, re-ranking, memory decay, and token-budget enforcement in one pipeline.
Python ★ 195 2mo agoExplain → -
wiki-compiler ★ PINNED
A pure-Python compiler that turns raw markdown notes into a linked, linted wiki. Zero dependencies, zero LLM calls, fully deterministic.
Python ★ 73 7d agoExplain → -
control-layer ★ PINNED
A production-grade control layer that sits between your application logic and any LLM — input validation, schema enforcement, circuit breaking, targeted retry, and audit logging in one composable pipeline.
Python ★ 62 1mo agoExplain → -
temporal-rag ★ PINNED
A post-retrieval temporal layer for RAG systems — validity filtering, time decay, document kind classification, and hybrid reranking in one pipeline.
Python ★ 49 2mo agoExplain → -
context-graph-benchmark ★ PINNED
A pure-Python structured memory benchmark for multi-agent LLM systems — context graph vs vector RAG vs raw history dump, five scenarios, 18 graded queries, zero API calls.
Python ★ 28 20d agoExplain → -
prompt-pruning-layer
A deterministic, zero-dependency prompt-pruning layer for long-running LLM conversations — expires stale tool state, collapses duplicate context, and proves it never drops a fact a later turn still depends on.
Python ★ 32 9d agoExplain → -
context-window-engine
Proves that larger context windows don't fix RAG on structured data — they make wrong answers harder to detect. Then solves it with a query router that prevents RAG from being used for aggregation in the first place.
Python ★ 15 1mo agoExplain → -
hallucination-detector
Production RAG hallucination detection + self-healing pipeline — 5 checks, 3 healing strategies, zero external APIs
Python ★ 13 2mo agoExplain → -
llm-eval-layer
A lightweight LLM evaluation layer that turns subjective model outputs into deterministic decisions by scoring attribution, specificity, relevance, and context quality—designed to detect hallucinations and enable production-grade LLM reliability.
Python ★ 12 2mo agoExplain → -
rag-cost-control-layer
A pure-Python cost control layer for RAG pipelines — semantic caching, query routing, token budget enforcement, and circuit breaking in one system.
Python ★ 12 1mo agoExplain → -
react-retry-waste-analysis
ReAct agents waste 92.6% of retries. Here's the architecture fix (error taxonomy + circuit breakers + deterministic routing) that drops waste to 0%.
Python ★ 8 3mo agoExplain → -
prompt-regression-suite
Detect prompt regressions before they reach production — per-category accuracy scoring, deterministic validation, and False Improvement detection. Pure Python, zero dependencies.
Python ★ 7 21d agoExplain → -
pytorch-nan-detector
PyTorch NaNs are silent killers. This hook catches them at the exact layer and batch — with ~3 ms overhead vs ~7 ms for set_detect_anomaly.
Python ★ 4 2mo agoExplain → -
neuro-symbolic-ai-fraud-pytorch
End-to-end differentiable rule learning for fraud detection. A neural network discovers its own IF-THEN rules via temperature annealing — no hand-coding required.
Python ★ 4 4mo agoExplain → -
self-healing-neural-networks
A production-ready PyTorch system that detects model drift, injects targeted weight updates via a frozen-backbone Reflexive Layer, and recovers performance autonomously — without retraining or downtime.
Python ★ 3 3mo agoExplain → -
python-sorting-benchmarks
Benchmarks of 6 classic sorting algorithms in pure Python — showing why constant factors and CPython overhead make Timsort (built-in sorted()) untouchable.
Python ★ 2 5mo agoExplain → -
Local-AI-Virtual-Assistant-
Complete code & tutorial to build your own private, offline AI voice assistant with Python in 2025 using Ollama, Whisper, LangChain & Gradio. Fully local – no cloud, no subscriptions.
Python ★ 2 6mo agoExplain → -
ai-powered-tutor-rag-vector-db
Hands-on implementation of a personalized AI Tutor using RAG, LangChain, Groq, Pinecone, and Streamlit – based on the tutorial by Emmimal Alexander
Python ★ 2 6mo agoExplain → -
python-string-formatting-guide
Step-by-step guide to building a Python chatbot with code examples (from Emitech Logic blog).
Python ★ 2 11mo agoExplain → -
rag-conflict-demo
Companion code for the TDS article "Your RAG System Retrieves the Right Data — But Still Produces Wrong Answers" — conflict-aware RAG pipeline demo, CPU-only, no API key required.
Python ★ 2 3mo agoExplain → -
neuro-symbolic-fraud-pytorch
A PyTorch implementation of a hybrid neuro-symbolic training objective for credit card fraud detection on severely imbalanced data.
Python ★ 2 4mo agoExplain → -
local-mcp-server
A bare-metal MCP server for secure local file system access — stdio for single clients, HTTP/SSE for concurrent connections. One flag switches between them. Zero dependencies.
Python ★ 1 1mo agoExplain → -
Invisible-Cloak
This project demonstrates how to create an "Invisible Cloak" effect using OpenCV and Python. It detects a specific color in real-time video, replacing it with the background to create the illusion of invisibility.
Python ★ 1 1y agoExplain → -
image-recognition
This project demonstrates a Convolutional Neural Network (CNN) using TensorFlow and Keras to classify images from the CIFAR-10 dataset. It includes data preprocessing, model building, training, evaluation, and visualization of predictions. Ideal for beginners in deep learning.
Python ★ 1 1y agoExplain → -
Multilingual-Simple-Scientific-Calculator
A stylish scientific calculator built using Python (Tkinter GUI) that supports multiple languages including English, Tamil, Mandarin (中文), Spanish (Español), and French (Français). Designed for ease of use, learning, and fun—whether you're calculating sine waves or just practicing math in your mother tongue!
★ 1 1y agoExplain → -
stickman-handshake
Stickman Handshake Animation | Python + Pygame A fun little stickman animation built with Python and Pygame — two characters walk up, shake hands, and keep walking. Great for animation practice or remixing!
Python ★ 1 1y agoExplain → -
voice-recorder
A basic Python voice recorder with Tkinter GUI. Record audio from your microphone, play it back, and save as WAV files. Features threaded recording to keep the interface responsive. Requires pyaudio library. Simple 3-button interface: Record/Stop, Play, Save As.
★ 1 11mo agoExplain → -
ai-image-generator-tutorial
Step-by-step guide to building an AI Image Generator website with HTML, CSS, and JavaScript. Learn how to design the layout, style with CSS, and add interactivity using JavaScript. A beginner-friendly tutorial for developers interested in creating AI-powered web projects.
JavaScript ★ 1 10mo agoExplain → -
text-to-speech-gtts-python
Example code for converting text to audio using gTTS (Google Text-to-Speech) in Python.
Python ★ 1 10mo agoExplain → -
python-slicing-and-indexing-tutorial
Beginner’s Guide to Python Slicing and Indexing with code examples, exercises, and cheat sheet.
Python ★ 1 10mo agoExplain → -
emitechlogic-python-tutorials
A collection of Python tutorials from EmiTechLogic – including examples, explanations, and code snippets. Learn Python the practical way.
★ 1 10mo agoExplain → -
Port-Scanner-Using-Python
Educational Python port scanner — from a foundational scanner to a professional tool. Mirrors the EmitechLogic article.
Python ★ 1 8mo agoExplain → -
python-optimization-guide
Practical Python optimization examples with profiling, data structures, and performance benchmarks.
Python ★ 1 7mo agoExplain → -
python-chatbot-tutorial
Step-by-step guide to building a Python chatbot with code examples (from Emitech Logic blog).
Python ★ 1 6mo agoExplain → -
the-engineering-history-of-ai
## Original Source This is a mirror of the article from [EmiTechLogic](https://emitechlogic.com/the-engineering-history-of-ai/). All credits to Emmimal Alexander. Support the original: [Read on EmiTechLogic](https://emitechlogic.com/the-engineering-history-of-ai/).
Python ★ 1 6mo agoExplain → -
how-to-check-palindrome-in-python
Comprehensive guide to checking palindromes in Python – multiple methods, benchmarks, and interview tips. Full article: https://emitechlogic.com/how-to-check-palindrome-in-python/.
Python ★ 1 6mo agoExplain → -
python-string-reversal-performance
Python string reversal techniques with performance, memory trade-offs, and insights into why AI models fail at character-level operations.
Python ★ 1 5mo agoExplain → -
emitechlogic-python-tuples
Hands-on code examples and demonstrations for Python tuples – companion to the full tutorial at https://emitechlogic.com/python-tuples/
★ 1 5mo agoExplain → -
python-search-methods
Examples of linear search, binary search, and hash lookup in Python – with performance insights
Python ★ 1 5mo agoExplain → -
python-check-if-list-sorted
5 efficient O(n) ways to check if a Python list is sorted — without the O(n log n) cost of sort(). Code examples + explanations
Python ★ 1 5mo agoExplain → -
python-tuple-sorted-check
5 efficient Python methods to check if a tuple is sorted — without using sorted() or sort(). Includes code examples, performance comparison, edge cases, descending order, key-based sorting, and benchmarks. O(n) pairwise checks with early exit.
Python ★ 1 4mo agoExplain → -
monotonic-sequence-python
7 efficient ways to check if a list/array is monotonic in Python (non-strict & strict). Includes edge cases, performance comparison, floating-point handling, interview tips for LeetCode 896, and real-world examples. O(n) solutions + NumPy/pairwise variants.
Python ★ 1 4mo agoExplain → -
relu-experiment
PyTorch experiments showing what happens when you remove ReLU from a deep network — loss curves, gradient collapse, depth sweep, decision boundaries, and activation comparison on MNIST.
Python ★ 1 4mo agoExplain → -
python-sorted-vs-sort-production-safety
Runnable code examples, benchmarks, and tests for every pattern in the sorted() vs list.sort() production safety guide — with cache corruption demos, GIL behavior proofs, and a full test suite.
★ 1 4mo agoExplain → -
neuro-symbolic-drift-detection
Label-free concept drift detection for neuro-symbolic fraud models — FIDI Z-Score fires before F1 drops, zero labels required.
Python ★ 1 4mo agoExplain → -
neuro-symbolic-xai-fraud
Reproducible benchmark comparing SHAP (post-hoc) vs neuro-symbolic (inline) explanation latency for real-time fraud detection. 33x faster. Deterministic. Zero extra inference cost. Kaggle creditcard dataset.
Python ★ 1 3mo agoExplain → -
pytorch-debugging-checklist
Practical PyTorch debugging checklist when your neural net won't learn. Includes data sanity checks, broken baseline, tiny-subset overfit test, LR finder, Kaiming init, AdamW+OneCycleLR training, and final debug dashboard with confusion matrix. MNIST example reaches ~99.1% accuracy.
Python ★ 1 3mo agoExplain → -
mlops-forgetting-curve
Diagnose whether your ML model drifts smoothly or collapses in shocks — and pick the right retraining strategy. R² = −0.31 on 555k fraud transactions.
Python ★ 1 3mo agoExplain → -
ml-diagnostics-class-imbalance
Companion code for ML Diagnostics Mastery — Part 2: Class Imbalance Full write-up → emitechlogic.com
Python ★ 1 3mo agoExplain → -
ml-diagnostics-overfitting
Nine diagnostic tools for detecting and understanding overfitting in scikit-learn models — polynomial overfitting, learning curves, validation curves, bias-variance decomposition, regularisation sweeps, data leakage detection, and more. Companion code for the ML Diagnostics Mastery series.
Python ★ 1 3mo agoExplain → -
ml-diagnostics-production-drift
Production drift detection framework for ML systems. Complete code for 6 diagnostics (PSI, KS/Wasserstein, ECE, rolling performance, SHAP attribution, drift robustness) + lightweight 4-gate monitoring system. Reproducible fraud detection example with progressive drift. Part 3 of ML Diagnostics Mastery series.
Python ★ 1 3mo agoExplain → -
inference-latency-debugger
A practical guide and benchmarking toolkit for debugging latency and throughput issues in ML inference pipelines using PyTorch.
Python ★ 0 3d agoExplain → -
loop-engine
A pure-Python goal-directed execution controller for agent workflows — deterministic failure isolation, retry, and recovery in one control loop, with zero LLM calls and zero external dependencies.
Python ★ 0 7d agoExplain → -
shadow-canary-router
A pure-Python shadow deployment and canary release router for ML models — failure-isolated shadow calls, deterministic hash-based traffic splitting, and statistical promotion gates in one library.
Python ★ 0 8d agoExplain → -
ml-dashboard
How to Build an ML Monitoring Dashboard from Scratch (Streamlit Tutorial)
Python ★ 0 18d agoExplain → -
async-router-engine
Pure-Python async router that keeps multi-agent LLM pipelines alive under rate limits — typed error classification, payload normalization, and state preservation on model swap. Zero dependencies.
Python ★ 0 1mo agoExplain → -
ML-Model-Monitoring
ML model monitoring is not just drift detection. This repo benchmarks PSI, KS, MMD, and ADWIN across real failure scenarios like data drift, label shift, and model decay in production.
Python ★ 0 1mo agoExplain → -
vibe-scanner
A bare-metal security scanner for AI-generated Python code. Zero dependencies. Pure stdlib. Catches what tests miss.
Python ★ 0 1mo agoExplain → -
Retrain-vs-Fine-Tune
Retrain vs Fine-Tune vs Train from Scratch: A Decision Framework for ML Engineers
Python ★ 0 1mo agoExplain → -
continual-learning
Production continual learning in PyTorch — three scenarios, five methods, complete benchmarks.
Python ★ 0 1mo agoExplain → -
sigma-guard ⑂
Deterministic infra layer
★ 0 2mo agoExplain → -
online-learning
Python framework for online learning in machine learning with streaming data pipelines, concept drift detection, and prequential evaluation.
Python ★ 0 2mo agoExplain → -
catastrophic-forgetting
PyTorch implementations of methods to prevent catastrophic forgetting, including EWC, Experience Replay, and PackNet for continual learning.
Python ★ 0 2mo agoExplain → -
ml-versioning
A file-system-backed model registry for production ML — atomic promotion, tested rollback, SHA-256 artifact integrity, and metric comparison. No database. No external service. Windows and POSIX compatible.
Python ★ 0 2mo agoExplain → -
ml-retraining-pipeline
A production-ready ML retraining pipeline with drift detection, validation gates, experiment tracking, and safe deployment with rollback.
Python ★ 0 2mo agoExplain → -
ml-service
Machine learning model deployment from notebook to production using FastAPI, Docker, and CI/CD pipelines.
Python ★ 0 2mo agoExplain → -
memory-leak-rag
RAG gets more confident as it gets more wrong. Three measurable failure modes + a managed memory architecture that fixes them. Companion code for Towards Data Science.
Python ★ 0 3mo agoExplain →
No repos match these filters.