Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 484 Bytes

File metadata and controls

24 lines (14 loc) · 484 Bytes

Sandbox

About

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

Requirements

Development

$ npm install
$ npm run dev

Development mode will start serving on localhost:3001.

Production

The sandbox deploys on Netlify on merge to the main branch.