# 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: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
