Skip to content

Latest commit

 

History

History
67 lines (50 loc) · 1.32 KB

README.md

File metadata and controls

67 lines (50 loc) · 1.32 KB

Nodetool-HuggingFace

HuggingFace nodes for Nodetool.

Description

This package provides HuggingFace nodes for integration with Nodetool, allowing for seamless workflow between the two platforms. It enables you to use HuggingFace models and datasets directly within your Nodetool workflows.

Supported models:

  • Audio Classification
  • Automatic Speech Recognition
  • Depth Estimation
  • Feature Extraction
  • Fill Mask
  • Image Classification
  • Image Segmentation
  • Image-to-Image
  • LoRA Fine-tuning
  • Multimodal
  • Object Detection
  • Question Answering
  • Ranking
  • Sentence Similarity
  • Summarization
  • Text Classification
  • Text Generation
  • Text-to-Audio
  • Text-to-Image
  • Text-to-Speech
  • Text-to-Text
  • Token Classification
  • Translation
  • Video Processing

Installation

pip install nodetool-huggingface

Or install from source:

git clone https://github.com/nodetool-ai/nodetool-huggingface.git
cd nodetool-huggingface
pip install -e .

Requirements

  • Python 3.10+
  • See pyproject.toml for full dependencies

Features

  • Access to HuggingFace models directly from Nodetool
  • Support for various model types (text generation, image classification, etc.)
  • Easy integration with existing Nodetool workflows

License

AGPL

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.