A vtuber program with emotion recognition
Project description
IS THAT YOU?
"IS THAT YOU?" is a vtuber software that automatically recognizes your emotions and changes your vtuber image to show the appropriate emotion. It also opens and closes the character's mouth when !
Installation
If you have any trouble during installation, you can consult me: https://t.me/megahomyak
- Windows: Install Python 3.8 (don't forget to check the "Add to PATH" checkbox)
- macOS, Linux: Install Python 3.8
- Windows: Open the console (Google how to do it on your OS) and enter
python -m pip install is_that_you
. Get ready for this installation to take a very long time due to very big libraries being used for emotion recognition - macOS, Linux: Open the console (Google how to do it on your OS) and enter
python3 -m pip install is_that_you
. Get ready for this installation to take a very long time due to very big libraries being used for emotion recognition
Preparing the images
To make the program accept your own character images, place all of them into a folder of your choice. All the images should be of the same size and having the name in the format of either "{emotion name}_mouth_open.png" or "{emotion name}_mouth_closed.png" (without braces; yes, they should be PNGs). You don't have to provide the images you don't want to be shown, except for the "neutral_mouth_closed.png" image, which is the default one
Possible emotions
- anger
- disgust
- fear
- happy
- sad
- surprise
- neutral
Running the thing
- Windows: Open the console again, run
python -m is_that_you --help
to get the list of available flags - macOS, Linux: Open the console again, run
python3 -m is_that_you --help
to get the list of available flags - Rerun the command without the
--help
flag and with the flags you need (for example, you will almost certainly have to specify the--path
to the directory with the images)
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 is_that_you-0.0.2.tar.gz
.
File metadata
- Download URL: is_that_you-0.0.2.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2a08abec302fa321ebf8ec95212b1a1dedf4294c318ade075afb4ae76421e63 |
|
MD5 | ea2448ecef45960f63b4634c7df34b84 |
|
BLAKE2b-256 | 394dfb6b1f1cf0f83d3d26e0d3fb9828cf2af826f12c58a5d65006c38ea10838 |
File details
Details for the file is_that_you-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: is_that_you-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61cc7b0ecaf2ca7794474f3ceafac4356a67df8e08ab6a50e91fc11cf7f9740e |
|
MD5 | 482071bdd70b3ad54d899cdb650f88f5 |
|
BLAKE2b-256 | 0ed58966e87d3cf1413777051e1014b98d9aca1da2df72f397638a301e6ab3f4 |