Socket
Socket
Sign inDemoInstall

retico-core-core

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    retico-core-core

A framework for real time incremental dialogue processing.


Maintainers
1

Readme

retico-core

Documentation Status

This project includes the core functionality of the retico framework. This includes the abstract, general definitions of incremental modules and incremental units (IUs), as well as modules and IUs for audio input/output, debugging, dialogue, and text processing. Also, some tools for saving and loading modules to and from file are available.

For the main repository that includes a variety of useful modules and IU definitions, go to github.com/retico-team/retico.

How to install

For installing retico-core, you need to have portaudio installed. See the documentation for a detailed description of how to install it. Then, you can install it via pip:

$ pip install retico-core

Documentation

The documentation of retico-core can be found at https://retico-core.readthedocs.io/

Import

import retico_core.core.abstract
import retico_core.core.audio
import retico_core.core.debug
import retico_core.core.dialogue
import retico_core.core.network
import retico_core.core.text
import retico_core.core.visual

Pip Deployment

Single Module

cd <project directory>
rm -rf dist
python -m build --sdist
twine upload dist/*

Batch upload

Linux/OSX/Powershell ./retico_deploy.sh

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc