# Training and running artificial intelligence models

Developed by Hugging Face, Transformers is a library used to train and run state-of-the-art machine learning models on different data types such as text, images, and audio. It provides developers with access to popular artificial intelligence models and the opportunity to fine-tune them.

- ★ 164,497
- Python
- GitHub Trending · 2026-08-12

## What you get
- Provides access to text, image and sound models.
- It makes it easier to fine-tune models.
- It offers rapid development with its wide model library.

## Installation
**Installation from source code**

```
git clone https://github.com/huggingface/transformers.git
cd transformers

# pip
pip install '.[torch]'

# uv
uv pip install '.[torch]'
```


## If you don't write code
I want to run a text rendering model using the Transformers library. How can I get started quickly using the Pipeline API? Can you help with step by step code example and explanation?

## Related dictionary terms

## Links
- GitHub repository →
- Read in Turkish →

---
Source: TreScout Discover · https://trescout.com/en/discover/transformers/
