Skip to content

A ๐Ÿ”ฅ cookiecutter template for building Hugging Face Spaces

Notifications You must be signed in to change notification settings

nateraw/spaces-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

10 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Hugging Face Spaces Template

Setup

1. Install cookiecutter and huggingface_hub

pip install cookiecutter huggingface_hub

2. Install GitHub's CLI tool, gh

Instructions can be found here. Make sure to authenticate with your desired Github account.

3. Log in to Hugging Face's CLI.

We'll add your Hugging Face token to Github secrets automatically with the token saved from running this command.

huggingface-cli login

4. Make your project ๐Ÿš€

Now you can make a new project from this template like this:

cookiecutter https://github.com/nateraw/spaces-template

Example

An example project generated from this template can be seen here.

Releases

No releases published

Packages

No packages published