https://github.com/akikurisu/virtualhuman-unity
VirtualHuman is a Unity Plugin to use LLM&&VITS easily
https://github.com/akikurisu/virtualhuman-unity
chat chatgpt llm unity3d vits voice-chat
Last synced: 21 days ago
JSON representation
VirtualHuman is a Unity Plugin to use LLM&&VITS easily
- Host: GitHub
- URL: https://github.com/akikurisu/virtualhuman-unity
- Owner: AkiKurisu
- License: mit
- Created: 2023-07-30T05:11:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-28T05:04:42.000Z (almost 2 years ago)
- Last Synced: 2023-12-28T06:34:53.097Z (almost 2 years ago)
- Topics: chat, chatgpt, llm, unity3d, vits, voice-chat
- Language: C#
- Homepage:
- Size: 2.43 MB
- Stars: 20
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Virtual Human
Virtual Human is a plugin that quickly uses your large language model and speech generation model in the Unity engine, which can be used to realize functions such as AI girlfriend and AI assistant.
It is important to note that this plugin does not provide any models.
## Deprecated
Update to [UniChat](https://github.com/AkiKurisu/UniChat)๐.
Same functions in this repo but with more powerful features such as offline chat bot && LangChain implemented in Unity.
UniChat Demo## Donโt like real-time chat?
Dialogue visual designer using traditional dialogue tree technique combined with AIGC.
Recommended project:[Next Gen Dialogue](https://github.com/AkiKurisu/Next-Gen-Dialogue)