Metadata-Version: 2.1
Name: hume
Version: 0.5.0
Summary: Hume AI Python SDK
Home-page: https://github.com/HumeAI/hume-python-sdk
License: Proprietary
Keywords: hume,ai,evi,empathic,multimodal,expression,analysis,sentiment,voice,recognition,detection,emotion,interface,speech,audio,vision,expressive,embeddings,communication,learning
Author: Hume AI Dev
Author-email: dev@hume.ai
Requires-Python: >=3.9,<4
Classifier: Development Status :: 4 - Beta
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: examples
Provides-Extra: microphone
Provides-Extra: stream
Requires-Dist: httpx[http2] (>=0.27.0,<0.28.0)
Requires-Dist: jupyter (>=1.0.0,<2.0.0) ; extra == "examples"
Requires-Dist: pydantic (>=2.6.4,<3.0.0)
Requires-Dist: pydub (>=0.25.1,<0.26.0)
Requires-Dist: simpleaudio (>=1.0.4,<2.0.0) ; extra == "microphone"
Requires-Dist: sounddevice (>=0.4.6,<0.5.0) ; extra == "microphone"
Requires-Dist: typing-extensions (>=4.3.0,<5.0.0)
Requires-Dist: websockets (>=12.0,<13.0)
Project-URL: Repository, https://github.com/HumeAI/hume-python-sdk
Description-Content-Type: text/markdown

<div align="center">
  <img src="https://storage.googleapis.com/hume-public-logos/hume/hume-banner.png">
  <h1>Hume AI Python SDK</h1>

  <p>
    <strong>Integrate Hume APIs directly into your Python application</strong>
  </p>

  <br>
  <div>
    <a href="https://humeai.github.io/hume-python-sdk"><img src="https://img.shields.io/badge/docs-mkdocs-blue" alt="Docs"></a>
    <a href="https://pepy.tech/project/hume"><img src="https://pepy.tech/badge/hume" alt="Downloads"></a>
    <a href="https://pypi.org/project/hume"><img src="https://img.shields.io/pypi/v/hume?logo=python&logoColor=%23cccccc" alt="PyPI"></a>
    <a href="https://github.com/HumeAI/hume-python-sdk/actions/workflows/ci.yml"><img src="https://github.com/HumeAI/hume-python-sdk/actions/workflows/ci.yaml/badge.svg" alt="CI"></a>
  </div>
  <br>
</div>

To get started, create an account at [beta.hume.ai](https://beta.hume.ai).

> **Note:**
> Our APIs might undergo breaking changes that are necessary for us to improve our tooling and ensure a more reliable release in the future. Early versions of this SDK may have partial support or support may be fully discontinued. We encourage you to [join our Discord](https://link.hume.ai/discord) to to stay up to date with the latest changes.

## Documentation & Examples

For complete documentation check out the [Python SDK docs site](https://humeai.github.io/hume-python-sdk/) or [try some recipes](https://dev.hume.ai/recipes) from our platform documentation.

Example notebooks can be found in the [examples folder](./examples/README.md).

## Other Resources

- [Hume AI Homepage](https://hume.ai)
- [Platform Documentation](https://help.hume.ai/basics/about-hume-ai)

## Citations

Hume's expressive communication platform has been built on top of published scientific research. If you use this SDK in your work please see [our docs](https://dev.hume.ai/docs/published) for the best way to cite Hume's publications.

## Support

If you have questions, require assistance, or wish to engage in discussions pertaining to this SDK, [reach out to us on Discord](https://discord.com/invite/WPRSugvAm6)! For particular issues or feedback, we invite you to [open a new issue on Github](https://github.com/HumeAI/hume-python-sdk/issues/new).

