Build, train and deploy state of the art models powered by the reference open source in machine learning.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
hugging_face: {
type: "app",
app: "hugging_face",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://huggingface.co/api/whoami-v2`,
headers: {
Authorization: `Bearer ${this.hugging_face.$auth.access_token}`,
},
})
},
})
Want to have a nice know-it-all bot that can answer any question?. This action allows you to ask a question and get an answer from a trained model. See the docs.
This task reads some image input and outputs the likelihood of classes. This action allows you to classify images into categories. See the docs.
This task is well known to translate text from one language to another. See the docs.
This task reads some image input and outputs the likelihood of classes and bounding boxes of detected objects. See the docs.
Usually used for sentiment-analysis this will output the likelihood of classes of an input. This action allows you to classify text into categories. See the docs.
Hugging Face uses API keys for authentication. When you connect your Hugging Face account, Pipedream securely stores the keys so you can easily authenticate to Hugging Face APIs in both code and no-code steps.
To retrieve your Access Tokens,