# Models

The whole point of training AI algorithms is to obtain a powerful model that you will need to deploy to solve your problems.

But what you will discover during your many AI projects (or that you already discovered if you are already advanced in the field) is that **you will never deploy only one model and be done with it**.

Indeed, your models must evolve with the changes that occurs in real-world data over time.

This means that, to be efficient in training and deploying up-to-date models there are several steps that you need to master :

* Store and version your models
* Be able to reproduce results, meaning you must always know how your model was trained
* Deploy in a scalable way
* Monitor the model's predictions over time and avoid drift and bias
* Share your models with your team/organization

It seems like a lot of work 🥵

Hopefully with Picsellia you are in good hands because we provide you with all the tools needed to perform all those steps seamlessly !

To know more, here are the pages/tutorials you need to check in order to leverage all the features we have developed to support your model development :

For example, our model HUB (and your Organization HUB) allows you to store,  document, and share your trained models with all their files with your team 👇

{% content-ref url="/pages/-MUIdlqFuC9bXMg8gs4Y" %}
[Model HUB](/picsellia/models-1/model-hub.md)
{% endcontent-ref %}

To help you train and evaluate your models properly, you can use our experiment tracking system 👇

{% content-ref url="/pages/-MXGlt5fmo\_gCFRxJ-li" %}
[Evaluate your models](/picsellia/experiment-tracking/evaluate-your-models.md)
{% endcontent-ref %}

Deploy your models in only one-click and get your API endpoint 👇

{% content-ref url="/pages/-MSSlxHathHS-4P-9MDA" %}
[Deploy model in production (Tensorflow only)](/picsellia/getting-started-2/deploy-model-in-production-tensorflow-only.md)
{% endcontent-ref %}

Monitor your model predictions and also send them directly to your datasets for further exploitation 👇

{% content-ref url="/pages/-MWAST25iCTvstW44x5n" %}
[Feedback loop - Send predictions from models to Datalake or Datasets](/picsellia/getting-started-2/feedback-loop-send-predictions-from-models-to-datalake-or-datasets.md)
{% endcontent-ref %}


---

# 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://picsellia.gitbook.io/picsellia/models-1.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.
