Skip to content
Snippets Groups Projects

Readme file.

Open Revathi B requested to merge issue/huggingface-3423471:3423471-add-readme into 1.0.x
README.md 0 → 100755
+ 52
0
# Huggingface
The huggingface module is a API module that features a core module can talk to
the inference API of Huggingface. It will hopefully in the future have a suite
of submodules or modules dependent on it.
Currently however its only usable together with the
[AI Interpolator](https://www.drupal.org/project/ai_interpolator).
Currently you can use any of the text generation, summarization and audio
classification inference together with applicable rules with the AI
Interpolator. More rules are to come.
For a full description of the module, visit the
[project page](https://www.drupal.org/project/huggingface).
Submit bug reports and feature suggestions, or track changes in the
[issue queue](https://www.drupal.org/project/issues/huggingface).
## Table of contents
- Requirements
- Installation
- Configuration
- Maintainers
## Requirements
This module requires no modules outside of the Drupal core.
## Installation
Install as you would normally install a contributed Drupal module. For further
information, see
[Installing Drupal Modules](https://www.drupal.org/docs/extending-drupal/installing-drupal-modules).
## Configuration
1. Login to your walls.io account using of this link
https://huggingface.co/join.
1. Once signup, Go to Profile >> Settings >>Token
1. Copy the Token and Paste in the configuration path
(/admin/config/huggingface/settings).
## Maintainers
- Marcus Johansson - [Marcus_Johansson](https://www.drupal.org/u/marcus_johansson)
Loading