> 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.
