40 results for “topic:interactive-demo”
Deep Learning Based Interactive Image Inpainting Demo
An interactive showcase of modern CSS foundations for learning and education purposes. Pure CSS, no frameworks.
Source code for Interactive PIXI.js workshop
Interactive Gaussian Process demo, useful for live demonstration when teaching Gaussian Processes.
Interactive 3D sales showcases for OBINexus technologies. Features Three.js visualizations of DIRAM debugger, bioergonomics infrastructure, and HITL↔HOTL avatar systems. Live demos for technical decision-makers.
live demonstration of eduroam service in action
A web app for digit recognition using a custom neural network trained on MNIST. Draw digits, get predictions with confidence scores. Built with Flask and NumPy
Eine verdächtig praktische Kamera mit Personen-Tracking – gebaut fürs ASM25.
Interactive demonstration platform exploring post-quantum cryptography, blockchain security, and sustainable distributed trust through participatory user experience and real quantum hardware execution.
Interactive Merkle Tree Visualizer for Database Replication: Simulate efficient data sync using hash trees in distributed systems. Build trees, compare roots, drill down mismatches, and sync only changes—perfect for learning anti-entropy in DBs like Cassandra or DynamoDB.
Interactive showcase demonstrating (supports in English, Русский, 中国人, عربي) GitHub Spark capabilities: AI integration, KV storage, user auth, and modern React patterns
Interactive visual demonstration of the Model Context Protocol (MCP) architecture for education
Educational TypeScript implementation of 1Password's security model with interactive explainer. Covers Secret Key generation, PBKDF2 key derivation, and AES-256-GCM vault encryption
Interactive doubly linked list demo in C++ A small teaching/learning project showing how a templated doubly linked list works, with menu-driven terminal UI for inserting, removing, and traversing nodes. Includes color output and debug guards.
A hands-on interactive demo to learn and experiment with adding rel="noopener noreferrer" to links.
CIFAR-10 Image Classifier with PyTorch and Streamlit
A set of interactive applications to demo digital audio processing and effects
Deterministic, browser-based 3D demo of tiered memory dynamics inside a simplex-bounded tetrahedron. Nodes consolidate across tiers while a pre-clamp out-of-bounds (OOB) signal is monitored with soft/hard events, hysteresis, and cooldown. Static Three.js (no build). Live demo included.
Interactive JavaScript implementation of core sorting algorithms (Quicksort, Mergesort, Heapsort) and pathfinding algorithms (A*, Dijkstra) with browser-based visualization and console output.
Monte Carlo physics pinball — real physics + guaranteed outcomes via headless pre-simulation
Interactive canvas drawing demo using Rust and WebAssembly with real-time color effects
Open source demo framework - create and present API demos locally
Interactive demos illustrating how constraint sequences collapse a possibility space.
Interactive browser demo showing how reference concentration can dominate mean activation in a reaction–diffusion-style crowd model. Two identical systems with the same mean activation diverge when reference structure differs.
Interactive HTML5 canvas simulation of radar detection and drone interception (real-time loop + HUD).
Interactive demonstration of Retrieval-Augmented Generation (RAG) pipeline. Visualize document processing through chunking, embedding, vector DB storage, and intelligent querying with real-time pipeline tracking.
A set of applications to demo digital image properties and processing
A novel image processing framework for applying transformations (translation, pixel ops) directly to Tupper's high-precision, integer-encoded bitmaps.
A set of demo applications illustrating color space, reflection, and mix of lights in digital multimedia
Interactive terminal demo: Levenshtein Distance vs difflib.SequenceMatcher with animated DP matrices, block discovery, and real-world examples