ChatWaifu is a user-friendly chat interface that allows users to interact with an anime waifu character. It provides a simple and intuitive user interface for engaging conversations with your virtual companion. Built with Python, ChatWaifu enables seamless communication with an anime waifu, providing a delightful chat experience. This project is an implementation of the PyWaifu pipeline.
ChatWaifu runs offline on your PC and use approximately less than 4GB of RAM, which means it can run on systems with at least 6GB of RAM
The anime character illustrations used in this project are provided by @Zr6Ov through Picrew.
Twitter: @Zr6Ov
Picrew Profile Link: ✦絢瀬
*Sound on 🔊
demo.mp4
- Real-time chat with an anime waifu character.
- Simple and intuitive user interface.
- Easy setup and customization.
- Offline.
- Waifu Character: You can customize the appearance and behavior of the waifu character by modifying config.json, template.json and waifu folder.
- User Interface: Customize the user interface by modifying the HTML and CSS files to suit your preferences.
- Git
- Python 3.9.16 (recommended)
- Make sure you have installed C/C++ build tools and have CMake installed.
- install msvc build tools if you are using windows Build tools
- Set up a virtual environment (venv) or Miniconda (optional but strongly recommended).
- Clone the repository:
git clone https://github.com/andri-jpg/chatwaifu cd chatwaifu
- Install the required packages:
pip install -r requirements.txt
- Run
main.py
:# For the default mode python main.py # For Indonesian mode python main_indonesian.py
- Documentation