Skip to content

Evref-BL/Pharo-HuggingFace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Pharo-HuggingFace

This is a simple API to call the inference API of Hugging Face.

Example

First, change your api key in the Pharo settings

api := HFAPI new.
api query: 'How are you ?'.

Installation

Metacello new
  githubUser: 'Evref-BL' project: 'Pharo-HuggingFace' commitish: 'main' path: 'src';
  baseline: 'PharoHuggingFace';
  load

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published