Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Building Graph Navigation Tool for the Visually Impaired
Explore Access8Graph, a system enabling screen reader users to navigate complex graph data like Taipei Metro. It extracts semantic relationships and offers three distinct navigation modes.
Access8Graph, a keyboard-input, speech-output system that allows screen reader users navigate complex graph data — starting with Taipei Metro System.
The tool parses GraphML files (a common visual graph format), extracts semantic relationships that visual editors often ignore, and provides three distinct navigation modes matched to different user mental models — directional navigation, linear exploration, and route planning.
- GraphMLAn XML-based file format designed to define, store, and share complex graph structures and their associated metadata.GraphML provides a standardized, XML-based framework for representing structural network data (including directed, undirected, mixed, and hierarchical graphs). Developed by the graph drawing community, it separates structural topology (nodes and edges) from application-specific attributes (such as weights, labels, or coordinates) through a flexible extension mechanism. This design makes it a highly compatible exchange format supported by major visualization tools like yEd and Gephi, as well as network analysis libraries like NetworkX.
- yEdyEd is a powerful, free diagramming application that automatically arranges complex graphs and networks with professional layout algorithms.Built by the diagramming experts at yWorks, yEd is a highly versatile, free-of-charge desktop and web application designed to turn complex data into clean, readable diagrams (available on Windows, macOS, Linux, and modern browsers as yEd Live). The tool stands out for its mathematical layout engine, allowing users to import structured data from Excel spreadsheets or XML files and instantly arrange hundreds of nodes using organic, hierarchical, or orthogonal algorithms. Whether you are mapping out BPMN workflows, UML class structures, or intricate IT networks, yEd eliminates the tedious manual alignment of boxes and lines, delivering presentation-ready visuals with a single click.
- pyttsx3An offline, cross-platform text-to-speech library for Python that hooks directly into your operating system's native voice engines.When you need text-to-speech without cloud latency, API keys, or internet dependencies, pyttsx3 is the industry standard (it runs entirely offline). The library acts as a universal wrapper around native OS engines: SAPI5 on Windows, NSSpeechSynthesizer on macOS, and eSpeak on Linux. With a clean, three-line initialization sequence (import, init, and say), developers can easily adjust speaking rates, toggle between male and female system voices, and export synthesized speech directly to MP3 files.
- NVDANVDA is a free, open-source screen reader that provides blind and vision-impaired users with full access to the Windows operating system.Developed by the Australian charity NV Access, NonVisual Desktop Access (NVDA) is a high-performance, open-source screen reader that enables over 250,000 blind and vision-impaired individuals worldwide to navigate Windows computers. The software translates on-screen information into synthetic speech or Braille, supporting major applications like Google Chrome, Microsoft Office, and Mozilla Firefox right out of the box. Because it runs entirely on donations and community contributions, NVDA bypasses the high licensing fees of proprietary alternatives (saving users thousands of dollars) and can even run portably from a USB drive to ensure accessibility on any workstation.
- LLMLarge Language Models (LLMs) are deep learning models, built on the Transformer architecture, that process and generate human-quality text and code at scale.LLMs are a class of foundation models: massive, pre-trained neural networks (often with billions to trillions of parameters) that leverage the self-attention mechanism of the Transformer architecture (introduced in 2017) to predict the next token in a sequence. Trained on vast datasets (e.g., Common Crawl's 50 billion+ web pages), these models—like GPT-4, Gemini, and Claude—acquire predictive power over syntax and semantics. They function as general-purpose sequence models, enabling critical applications such as complex content generation, language translation, and automated code completion (e.g., GitHub Copilot). Their core value: generalizing across diverse tasks with minimal task-specific fine-tuning.
Compose Email
Loading recent emails...