> For the complete documentation index, see [llms.txt](https://nx.docs.scailable.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nx.docs.scailable.net/nx-ai-manager-v4.x/for-data-scientists/importing-models/from-hugging-face.md).

# From Hugging Face

### About Hugging Face

![](/files/PQz9U0XcgaKZyVJGY3F1)

> Hugging Face, Inc. is a French-American company headquartered in New York City, specializing in the development of computer tools for building applications using machine learning. Renowned for its transformers library tailored for natural language processing (NLP) applications, the company also offers a platform enabling users to share machine learning models and datasets while showcasing their work.

Despite Hugging Face focusing mostly on NLP models based on the transformers architecture, they are also providing support for image classficatin models in their [timm](https://huggingface.co/docs/timm/en/index) library, and some object object detection models in the [transformers](https://huggingface.co/docs/transformers/en/index) library.

### Deploying Hugging Face models

As stated previously, our interest is focused only on vision models not NLP models, and specifically image classification and object detection models.

To deploy an image classification model, check out the [Common Models](/nx-ai-manager-v4.x/for-data-scientists/importing-models/common-models.md) guides.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://nx.docs.scailable.net/nx-ai-manager-v4.x/for-data-scientists/importing-models/from-hugging-face.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
