> For the complete documentation index, see [llms.txt](https://smartpredict.gitbook.io/smartpredict-ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://smartpredict.gitbook.io/smartpredict-ai/platform_overview/presentation-1.md).

# Presentation

## <img src="/files/-M1jwK3XaSe2Y48Y_z9y" alt="" data-size="line"> Why SmartPredict?

**SmartPredict Studio** stands out for its unique value proposition made of a **large palette of tools made of powerful algorithms**, **an option to create custom modules**, **a user-friendly interface**,and its **ergonomic modeling functions  navigation elements and more...**. **All of which makes of it a smart tool.**

&#x20;**The effortless handling ,displacement, and assembling** of **flowcharting components** compose its best assets:  the **drag and drop** mode makes them all so easy.

Apart from that, **to cover the granularity and singularity of their projects**, users also have the possibility of **coding their own modules or snippets** **in Python language**, and this, right from the ***SmartPredict Notebooks*** themselve&#x73;***.***

:rocket: **Create and deploy your Machine Learning models seamlessly , all while exploring the modules' richness and taking advantage of  the SmartPredict platform's  robustness.**

## *✨ SmartPredict* offers *5* distinctive *key features :*

1. **A drag and drop workflow** for model designing and for deployment pipeline. The AI Workflow  is represented as flowcharts. Assembling modules for every stage is a matter of minutes, in drag and drop mode .<br>
2. **SmartApps** are add-on functionalities to enhance SmartPredict' s core programs. They are useful for the consistent integration of AI specific modeling purposes such as Data processing and Image labeling for instance .                                                                                                                                                            **A SmartApp for Image Labeling :**&#x54;he image labeling SmartApp includes special functions for collaborative tagging and for attaching class or text  to bounding boxes. Use the collection as a drag and drop module.                                                                                                                                                      **A SmartApp for Data Processing and Visualization :** With more than 100 processors,  the SmartApp for Data Processing and Visualization is able to handle any data refining operations from simple to complex, like handling missing values, sorting and filtering, and exporting the processing pipelines, also as a drag and drop module.<br>
3. **A Notebook for coding in SmartPredict** comes with its unique Notebook interface for code-lovers allowing them to incorporate their favorite libraries into  SmartPredict projects. Additional code snippets and custom modules can be embedded through Notebooks with the help of the Python language.<br>
4. **An all-in-one online platform :** Export Dataset and Pipelines from Dataset Processing,  Export Image Dataset from Image labeling.  Interact with your workspace using the SmartPredict API, accessible through the  Notebook or externally.<br>


---

# 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://smartpredict.gitbook.io/smartpredict-ai/platform_overview/presentation-1.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.
