This repo contains a NextJS app for demoing and testing Hume APIs. It implements several streaming interfaces that provide an intuitive validation of model quality.
You can try it out here: https://hume-sandbox.netlify.app
$ npm install
$ npm run dev
Development mode will start serving on localhost:3001
.
The sandbox deploys on Netlify on merge to the main branch.