DEV Community

Cover image for Conversational AI in VRChat 2
Lunran
Lunran

Posted on

2 1

Conversational AI in VRChat 2

What's this?

System

Prerequisites

  • Ubuntu 18.04.5 LTS
  • Voice chat application (VRChat for example)

Setup


$ sudo apt install portaudio19-dev pavucontrol python-xlib scrot
$ git clone https://github.com/Lunran/sts.git
$ cd sts
$ python3 -m venv venv
$ . venv/bin/activate
$ pip install --upgrade pip
$ pip install -r requirements.txt

Usage

  • Run VRChat
    • Open "Settings", "Audio Volume"
    • Mute "UI/Menu", "World" and "Avatars"
  • Run the script
    • refer to "$ python dialog.py -h" for details

Top comments (1)

Collapse
 
hongyuwan profile image
Hongyu Wan

Hi there, I'm really interested in this project and I want to do the same thing recently. But I see this github link disappeared. I was wondering could you share me the new link please? Really appreciate! Looking forward to talk more with you about this project.

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay