Quick Start
Prerequisites
To use AITuberKit, you need the following software:
- Node.js: ^20.0.0
- npm: ^10.0.0
Installation Steps
1. Clone the Repository
bash
git clone https://github.com/tegnike/aituber-kit.git
cd aituber-kit
2. Install Packages
bash
npm install
3. Set Environment Variables (Optional)
If needed, copy the .env.example
file to .env
and set the environment variables.
bash
cp .env.example .env
INFO
Values set in environment variables have lower priority than values entered in the settings screen.
Start the Development Server
bash
npm run dev
You can start using AITuberKit by opening http://localhost:3000 in your browser.
Basic Usage
Interacting with AI Characters
- Enter the API key for the LLM selected in the settings screen
- Edit the character's setting prompt as needed
- Upload a VRM file or Live2D file for the character, and a background file if needed
- Select a voice synthesis engine and configure voice settings as needed
- Start a conversation with the character from the input form. Microphone input is also available
AITuber Streaming
- Turn ON Youtube mode in the settings screen
- Enter your Youtube API key and Youtube Live ID
- Configure other settings similar to "Interacting with AI Characters"
- Start streaming on Youtube and confirm that the character responds to comments
- Turn ON conversation continuation mode to allow the AI to speak proactively when there are no comments
Next Steps
- Configure detailed settings in Basic Settings
- Customize AI characters in Character Settings
- Adjust AI behavior in AI Settings
- Configure voice synthesis in Voice Settings
- Configure speech input in Speech Input Settings
- Set up AITuber streaming in Youtube Settings
- Configure slide mode in Slide Settings