Skip to main content

AI conversational bot

Project description

voice-bot-demo

PyPI Changelog Tests License

AI conversational bot

Installation

Install this tool using pip:

pip install voice-bot-demo

Usage

For help, run:

voice-bot-demo --help

You can also use:

python -m voice_bot_demo --help

For now, only the Assembly AI speech-to-text model works fully. To run:

export ASSEMBLYAI_API_SECRET=YOUR_KEY_HERE
voice-bot-demo start --speech-text-model assembly

Development

To contribute to this tool, first checkout the code. Then create a new virtual environment:

cd voice-bot-demo
python -m venv venv
source venv/bin/activate

Now install the dependencies and test dependencies:

pip install -e '.[test]'

To run the tests:

pytest

Project details


Release history Release notifications | RSS feed

This version

0.2

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

voice-bot-demo-0.2.tar.gz (11.7 kB view hashes)

Uploaded Source

Built Distribution

voice_bot_demo-0.2-py3-none-any.whl (12.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page