Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/graphbookai/graphbook-huggingface
The huggingface plugin for Graphbook
https://github.com/graphbookai/graphbook-huggingface
Last synced: 13 days ago
JSON representation
The huggingface plugin for Graphbook
- Host: GitHub
- URL: https://github.com/graphbookai/graphbook-huggingface
- Owner: graphbookai
- License: mit
- Created: 2024-09-01T21:49:34.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T18:43:23.000Z (2 months ago)
- Last Synced: 2024-09-13T00:29:05.008Z (2 months ago)
- Language: TypeScript
- Size: 128 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Graphbook Huggingface
A Huggingface Plugin to drag-and-drop models and datasets onto Graphbook workflows
This plugin contains a web panel for searching and drag-and-dropping models and datasets from [Huggingface Hub](https://huggingface.co/) onto their graphbook workflows.
It also contains the following nodes:* `HuggingfacePipeline` for model usage from transformers package
* `HuggingfaceDataset` for dataset usage from the datasets package
* `AssignModelOutputsToNotes` to assign HF model outputs to incoming Notes## Getting started
1. `pip install graphbook_huggingface`
1. `graphbook --config hf.config.yaml`