Getting Started

Welcome to Hulse beta!

Leverage your team's unused computing power to seamlessly host open-source Natural Language Processing models from 🤗 Hugging Face's model hub.

Start reading below to learn how to use the Hulse API, and set up the Hulse desktop app. The desktop app beta is currently only available on macOS, but you may use the Hulse CLI to run a host from your terminal.

If you have questions or want to talk about anything related to Hulse, you are welcome to join the community on Discord!

Hulse is currently in beta, please report bugs or any feedback you may find (on Github, or Discord)!

Requirements

  • Python 3.7 for the Hulse Python Client

  • macOS Monterey for the Hulse desktop app

Quickstart Tutorial

Steps

Hulse pools the unused computing power within your teams' PCs. To do so, your team members must join a common Hulse cluster, as well as download the Hulse macOS desktop app (or use the Hulse CLI to run a host) on their computers.

  1. Login to the Hulse dashboard & create or join a cluster.

  2. Download the Hulse desktop app, and start hosting from your computer.

  3. (optional) Setup the Hulse Python client & query open-source models.

For the team (steps 1 & 2)

For developers (step 3)

For a detailed walkthrough of Python Client methods, see this section. For more information on the presented use case, see the example section.

Last updated