Skip to content

kelishrestha/character-coding

Repository files navigation

character-coding

Creating characters with neural networks

Install dependencies

Install conda

conda create character-coding
conda init zsh
conda activate character-coding

To use python virtual environment
❯ python3 -m venv ./character-coding
❯ source ./character-coding/bin/activate
❯ python3 -m pip install -r requirements.txt
❯ python3 -m spacy download en_core_web_sm
❯ python3 -m pip install pyyaml
❯ python3 -m pip install transformers torch torchvision

How to use?

python roleplay-chat.py
python simple-chat.py

About

Creating characters with neural networks

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages