Metadata-Version: 2.4
Name: vizro_ai
Version: 0.4.1
Summary: Vizro-AI provides pre-configured agents that help with data visualizations
Author: Vizro Team
License-File: LICENSE.txt
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.10
Requires-Dist: autoflake
Requires-Dist: black
Requires-Dist: pandas
Requires-Dist: plotly
Requires-Dist: pydantic-ai-slim>=1.56.0
Provides-Extra: anthropic
Requires-Dist: pydantic-ai-slim[anthropic]; extra == 'anthropic'
Provides-Extra: google
Requires-Dist: pydantic-ai-slim[google]; extra == 'google'
Provides-Extra: mistral
Requires-Dist: pydantic-ai-slim[mistral]; extra == 'mistral'
Provides-Extra: openai
Requires-Dist: pydantic-ai-slim[openai]; extra == 'openai'
Description-Content-Type: text/markdown

<h1 align="center">Vizro-AI</h1>

<div align="center" markdown="1">

[![Python version](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2Fmckinsey%2Fvizro%2Frefs%2Fheads%2Fmain%2Fvizro-ai%2Fpyproject.toml)](https://pypi.org/project/vizro/) [![PyPI version](https://badge.fury.io/py/vizro_ai.svg)](https://badge.fury.io/py/vizro_ai) [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/mckinsey/vizro/blob/main/LICENSE.md) [![Documentation](https://readthedocs.org/projects/vizro-ai/badge/?version=latest)](https://vizro-ai.readthedocs.io/) [![OpenSSF Best Practices](https://www.bestpractices.dev/projects/7858/badge)](https://www.bestpractices.dev/projects/7858)

<picture>
  <source srcset="https://raw.githubusercontent.com/mckinsey/vizro/main/.github/images/toolkit_vizro_ai.gif">
  <img alt="Gif to demonstrate Vizro-AI" src="https://raw.githubusercontent.com/mckinsey/vizro/main/.github/images/toolkit_vizro_ai_fallback.png" width="600">
</picture>

<p>
<font size="+1">
Vizro-AI is a tool designed for generating data visualizations.
It serves as an extension to Vizro, leveraging natural language capabilities to empower users in creating interactive charts, making it a comprehensive solution for visual data exploration.
</font>
</p>

</div>

## Why Vizro-AI?

### Easy-to-use

One of the key strengths of Vizro-AI lies in its natural language capabilities, making it accessible to coding novices. Vizro-AI provides a user-friendly way to create interactive charts while offering detailed insights about the data and the generated code.

### Visually-optimized

Vizro-AI also caters to data practitioners who often find themselves spending more time in formatting rather than actual visualization creation. Vizro-AI enables users to speed up the process of creating visually appealing charts by using Vizro's themes which incorporate design best practices by default.

### End-to-End solution

Vizro-AI leverages the power of [Plotly](https://plotly.com/python/) to produce interactive charts, making it a complete solution for visual data exploration.

## Disclaimer

Please review the [Disclaimer](https://vizro-ai.readthedocs.io/en/latest/pages/explanation/disclaimer/) before using `vizro-ai` package.

## Documentation

For more information, please refer to our [Documentation](https://vizro.readthedocs.io/projects/vizro-ai/).

## Acknowledgment

Vizro-AI is powered by [Pydantic AI](https://ai.pydantic.dev/).
