Skip to content

Latest commit

 

History

History
 
 

js

huggingface-widgets

Open-source version of the inference widgets from huggingface.co

Built with Svelte and SvelteKit

Demo page: https://huggingface-widgets.netlify.app/

Documentation

For now checkout the Pull Request's description: huggingface/huggingface_hub#87

TODO: write more documentation

How to develop

Once you've created a project and installed dependencies with npm ci (or pnpm install --frozen-lockfile or yarn install --frozen-lockfile), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Build for production

npm run build