Skip to content

bonham000/kuzco-inference-client

Repository files navigation

Kuzco Inference Client

This repo is a sample open source client for submitting inference requesting to the Kuzco Network.

The app is running at https://kuzco-inference-client.vercel.app.

API Key Security

An API key is required to submit inference queries, which costs $KZO points. The API key is not saved and only forwarded to the network. You can view that code here to verify this. $KZO points can be earned by contributing GPU capacity to the Kuzco network.

Client Preview

Kuzco Inference Client UI

Development

If you want to run the app locally you can follow these steps:

  1. Install NodeJS 18.17 or higher (documentation).
  2. Install the Yarn package manager.
  3. Clone the repo to your computer.
  4. Run yarn to install dependencies.
  5. Run the development server with yarn dev.