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.
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
- Create a fork of the main VideoChatBot repository on GitHub.
- Make your changes in a branch named something different from
master
and titled as per your contribution, e.g. create a new branchphonetics-based-gif
. - Create a pull request.
- Please follow the Python style guide for PEP-8.
License
VideoChatBot is licensed under the GNU General Public License v3.0.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file VideoChatBot-0.0.2.tar.gz
.
File metadata
- Download URL: VideoChatBot-0.0.2.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0.post20200210 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99add3779135c893cb6f7e854a706abfbd9f3ff435b0d315b3d8b7e050d7436d |
|
MD5 | 811fd133504ed53c37fefa7cad702153 |
|
BLAKE2b-256 | 5bcc9dbb790525fe3daa8f0822e60eec38dfea8af5e33af0334dc66b4a022ac4 |
File details
Details for the file VideoChatBot-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: VideoChatBot-0.0.2-py3-none-any.whl
- Upload date:
- Size: 16.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0.post20200210 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9beea32be4c308ed4cc9a2b38f938c9a8239e95375c98711b5487f8aac7e9886 |
|
MD5 | 899caa5fba8c3563bef03996e5cbb1b6 |
|
BLAKE2b-256 | ca4332a66ed3d84a38a18d3679439f8754e1154d62c5b6cd1090fec4942a762f |