Skip to main content

An interface for embodied conversational interaction.

Project description

PyLips

Downloads PyPI version License: MIT

The PyLips Logo

PyLips is a Python-based interface for developing screen-based conversational agents. It is designed to make developing socially assistive robotics easier by providing a simple, expressive, and customizable framework for developing conversational agents.

PyLips is easy to install, simple to use, and open-source. It comes ready to use with your system's speech synthesis tools, and uses other free and open-source software for turning these sounds into facial expressions.

The PyLips Faces

To Install from PyPI

You can install PyLips using pip. To install PyLips, run this command in your terminal:

python3 -m pip install pylips

If you are running PyLips on a Linux Distribution, you may need to also install the following packages:

sudo apt update && sudo apt install espeak-ng ffmpeg libespeak1

PyLips Quickstart

Here is a quick example to test your installation. This code will make your computer face say "Hello, welcome to pylips!". The voice will be the default system voice, but this is something we can change later.

First, we will have to start the PyLips server. This is a simple flask sever that can serve several faces at the same time. To start the server, run the following command:

python3 -m pylips.face.start

This will start the server on port 8000. Do not worry about the warning message, the package will still work. You can connect any web browser to the urls printed, even across computers on the local network. For now, just open a browser and go to http://localhost:8000/face to see the face.

Now open a new terminal tab and run the following code:

from pylips.speech import RobotFace

face = RobotFace()
# you may need to wait here for a minute or two to let allosaurus download on the first run

face.say("Hello, welcome to pylips!")

If all goes well, the face should have said the message!

History

0.0.0 (2024-03-24)

  • pylips begins

Project details


Download files

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

Source Distribution

pylips-0.0.14.tar.gz (53.1 kB view details)

Uploaded Source

Built Distribution

pylips-0.0.14-py3-none-any.whl (53.9 kB view details)

Uploaded Python 3

File details

Details for the file pylips-0.0.14.tar.gz.

File metadata

  • Download URL: pylips-0.0.14.tar.gz
  • Upload date:
  • Size: 53.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.10

File hashes

Hashes for pylips-0.0.14.tar.gz
Algorithm Hash digest
SHA256 6c605ed8028667cec6379951f8aefb19a6eb5f53e5f6b4f0f647ec62c6f3b038
MD5 afcedc17a60dc031e808535dc70d9469
BLAKE2b-256 2c5f92d9f17797dd226cf9a1ff50e7090931d4113c646442c2817861afc24106

See more details on using hashes here.

File details

Details for the file pylips-0.0.14-py3-none-any.whl.

File metadata

  • Download URL: pylips-0.0.14-py3-none-any.whl
  • Upload date:
  • Size: 53.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.10

File hashes

Hashes for pylips-0.0.14-py3-none-any.whl
Algorithm Hash digest
SHA256 756d4774d39aa919885695056470c8c9335ba27368580e47586622940c6ff087
MD5 caee7bc356f4efe9d0cb25b19fcf3417
BLAKE2b-256 65363b14983b75e596ed58c872e7af01b58088e5b45fafca9cfb6b3e6f5dc5f1

See more details on using hashes here.

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