Metadata-Version: 2.1
Name: daily-python
Version: 0.3.1
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Communications :: Conferencing
Summary: Daily Client SDK for Python
License: BSD 2-Clause License
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://daily.co

# Daily Client SDK for Python

The Daily client SDK for Python allows you to build video and audio calling into your native desktop and server applications.

This SDK is well suited to build AI applications on the server side as it can be easily integrated with well-known Python libraries such as [YOLOv5](https://github.com/ultralytics/yolov5), [PyTorch](https://pytorch.org), [OpenCV](https://opencv.org/), or [numpy](https://numpy.org).

The SDK's core features include:

- Joining a Daily meeting as a participant
- As a meeting participant, configuring inputs, publishing, and subscription settings
- Receiving video frames from other participants
- Receiving raw audio from all participants in the meeting
- Sending video into a meeting
- Sending raw audio into a meeting

This functionality can be applied to several AI use cases, including:

- Performing object or face detection on the server side
- Processing audio from a Speech-To-Text platform into a meeting
- Sending audio from a Text-To-Speech platform into a meeting
- Sending video and audio tracks to a content moderation platform
- Using generative AI to inject video content into a meeting

## Documentation

See the [Daily Python API docs](https://reference-python.daily.co/index.html).

For demos on how to use `daily-python`, refer to the [demos](https://github.com/daily-co/daily-python/tree/main/demos) directory.

## Installation

`daily-python` can be easily installed using `pip`:

```bash
   pip install daily-python
```

To upgrade:

```bash
   pip install -U daily-python
```

### Requirements

- Python 3.8 or newer

## Usage

For usage details, visit Daily's [Python SDK getting start guide](https://docs.daily.co/guides/products/ai-toolkit).

## Support

Need help or have feedback? You can reach out through our [developer community](https://community.daily.co/) or [chat](https://www.daily.co/company/contact/support/) with our support engineers.

