Metadata-Version: 2.1
Name: katia
Version: 0.1.0
Summary: Katia is a wonderfull assistant created for help people to iteract with the digital world
Home-page: https://katia.readthedocs.io/en/latest/
Keywords: OPENAI,chatgpt,assistant,voice
Author: martingaldeca
Author-email: martingaldeca@gmail.com
Maintainer: martingaldeca
Maintainer-email: martingaldeca@gmail.com
Requires-Python: >=3.8.0,<4.0.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: PyYAML (==6.0)
Requires-Dist: boto3 (==1.26.90)
Requires-Dist: confluent-kafka (==2.0.2)
Requires-Dist: googletrans (==3.1.0a0)
Requires-Dist: openai (==0.27.2)
Requires-Dist: pyaudio (==0.2.13)
Requires-Dist: pygame (==2.2.0)
Requires-Dist: python-dotenv (==1.0.0)
Requires-Dist: speechrecognition (==3.9.0)
Project-URL: Documentation, https://katia.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/martingaldeca/Katia
Description-Content-Type: text/x-rst

.. _topics-index:

============
Katia Readme
============

.. image:: https://katia.readthedocs.io/en/latest/_images/logo.png
    :align: center
    :alt: logo
    :height: 300px

|

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black

.. image:: https://github.com/martingaldeca/Katia/actions/workflows/linters.yml/badge.svg?event=push
    :target: https://github.com/martingaldeca/Katia/actions
    :alt: Linters

.. image:: https://github.com/martingaldeca/Katia/actions/workflows/tests.yml/badge.svg?event=push
    :target: https://github.com/martingaldeca/Katia/actions
    :alt: Tests

.. image:: https://coveralls.io/repos/github/martingaldeca/Katia/badge.svg?branch=master
    :target: https://coveralls.io/github/martingaldeca/Katia?branch=master
    :alt: Coverage

.. image:: https://img.shields.io/pypi/v/katia.svg
    :target: https://pypi.org/project/katia/
    :alt: PyPI

.. image:: https://readthedocs.org/projects/katia/badge/
    :target: https://katia.readthedocs.io/en/latest/
    :alt: docs

Katia is a python project ment to be used as a package to create assistants where they are
needed.

It is based on the top techs in the market. It uses ``OPENAI API`` to understand what are
you telling to her/him. To speak with you he/she uses ``AWS Polly``. And, to heard what are
you telling to him/her he/she uses ``Google recognizer``.

Yo can check the code in `GitHub <https://github.com/martingaldeca/Katia>`_ or follow the
`official documentation <https://katia.readthedocs.io/en/latest/>`_.
