MENU

Coding

A mix of demos, development code, works-in-progress, exploration, and whimsy.


GPU.js

A javascript library which allows you to run JS functions on the GPU instead of the CPU. Calculations are converted to shader-values. Superfast, but has an overhead.

GPU Demo

Progress bar

Cut a long-running php function into chunks and this code allows a real-time progress-bar. This was not straightforward—page-caching by webservers makes it difficult. Here's my final solution using AJAX.

Progress bar

Artificial Neural Networks

ANNs are at the centre of Artificial Intelligence which has found an important niche in many medical applications. Here are some demos and apps which use ANNs.

ANN demos

Speech to Text

The Speech-to-Text API.

Speech to Text