Skip to main content

VideoChat with a bot

Project description

VideoChatBot

VideoChatBot is a library that gives python users an interaction utility that works as a videocall to a bot.

Python 3.6

How it works

An istance of vcbot starts with default chat data as its training set. The run function of this instance is used to launch the interaction. Thereafter, two threads are instantiated for video display and ensemble process. The ensemble works by taking user image and audio as input, and generates a response by a standard chatterbot which is fed with user emotion (inferred from user image and audio) along with the user chat text (inferred from audio).

Installation

This package can be installed from PyPi by running:

pip install VideoChatBot

Basic Usage

from VideoChatBot import vcbot

mybot = vcbot()
mybot.run()

History

See release notes for changes https://github.com/avaish1409/VideoChatBot/releases

Development pattern for contributors

  1. Create a fork of the main VideoChatBot repository on GitHub.
  2. Make your changes in a branch named something different from master and titled as per your contribution, e.g. create a new branch phonetics-based-gif.
  3. Create a pull request.
  4. Please follow the Python style guide for PEP-8.

License

VideoChatBot is licensed under the GNU General Public License v3.0.

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

VideoChatBot-0.0.2.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

VideoChatBot-0.0.2-py3-none-any.whl (16.7 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