Skip to content

avaish1409/VideoChatBot

Repository files navigation

VideoChatBot

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

Python 3.6 Join the chat at https://gitter.im/VideoChatBot/community PyPi Download stats

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

or

pip install https://files.pythonhosted.org/packages/5b/cc/9dbb790525fe3daa8f0822e60eec38dfea8af5e33af0334dc66b4a022ac4/VideoChatBot-0.0.2.tar.gz

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.

About

Interact with bot via videocall

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages