Human Atlas puts 2,234 selectable anatomy meshes in your browser
There is a new entry in the small category of open source projects that make the web feel like the future we were promised in the 1990s: Human Atlas, an interactive 3D anatomy explorer built with React, Three.js, and shadcn/ui. It takes the BodyParts3D adult male reference model and breaks it into 2,234 individually selectable […]
WebLLM brings fast LLM inference to the browser with WebGPU
Running a language model entirely in the browser sounds like a party trick until you look at what WebLLM actually does. The project from the MLC community, which just crossed 18,800 GitHub stars, compiles LLM inference to run on the GPU through WebGPU, with nothing leaving the machine. No API calls, no server, no usage […]