Metadata-Version: 2.1
Name: speechai
Version: 0.0.2
Summary: A Python package that generates conversational speech from text using a combination of Generative AI models and various text-to-speech engines, enabling applications to produce dynamic and contextually aware spoken responses.
License: MIT
Author: Nicola Sebastianelli
Requires-Python: >=3.8.1,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: gtts (>=2.3.2,<3.0.0)
Requires-Dist: openai (>=0.27.7,<0.28.0)
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
Description-Content-Type: text/markdown

# SpeechAi

[![Release](https://img.shields.io/pypi/v/speechai?label=release)](https://pypi.org/project/speechai/)
[![Downloads](https://static.pepy.tech/badge/speechai/month)](https://pepy.tech/project/speechai)
[![lint](https://github.com/nicolasebastianelli/speech-ai/actions/workflows/ci.yaml/badge.svg)](https://github.com/nicolasebastianelli/speech-ai/actions/workflows/ci.yaml)
[![lint](https://github.com/nicolasebastianelli/speech-ai/actions/workflows/cd.yaml/badge.svg)](https://github.com/nicolasebastianelli/speech-ai/workflows/cd.yaml)
[![License](https://img.shields.io/pypi/l/speechai.svg)](https://github.com/nicolasebastianelli/speech-ai/blob/main/LICENSE)

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Imports: isort](https://img.shields.io/badge/imports-isort-edfaca.svg)](https://pycqa.github.io/isort/)
[![Imports: isort](https://img.shields.io/badge/linter-flake8-a63d42.svg)](https://github.com/PyCQA/flake8)
[![Imports: isort](https://img.shields.io/badge/linter-pylint-5e8db2.svg)](https://github.com/pylint-dev/pylint)
[![Imports: isort](https://img.shields.io/badge/test-pytest-f2c3c9.svg)](https://docs.pytest.org/en/7.3.x/)

