From fa9ae2ef004235ed87142f92d845a32581cbfe46 Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Tue, 11 Mar 2025 12:25:35 +0800 Subject: [PATCH] docs: added --- README.md | 7 ++++ .../docs/about-neurosama/discussions.md | 42 +++++++++++++++++++ services/discord-bot/README.md | 4 ++ 3 files changed, 53 insertions(+) create mode 100644 docs/src/content/docs/about-neurosama/discussions.md diff --git a/README.md b/README.md index 20334d795..fc2f4bf6b 100644 --- a/README.md +++ b/README.md @@ -216,6 +216,8 @@ flowchart TD ## Similar Projects +### Open sourced ones + - [kimjammer/Neuro: A recreation of Neuro-Sama originally created in 7 days.](https://github.com/kimjammer/Neuro): very well completed implementation. - [SugarcaneDefender/z-waif](https://github.com/SugarcaneDefender/z-waif): Great at gaming, autonomous, and prompt engineering - [semperai/amica](https://github.com/semperai/amica/): Great at VRM, WebXR @@ -226,6 +228,11 @@ flowchart TD - [t41372/Open-LLM-VTuber](https://github.com/t41372/Open-LLM-VTuber) - [PeterH0323/Streamer-Sales](https://github.com/PeterH0323/Streamer-Sales) +### Non-open-sourced ones + +- https://clips.twitch.tv/WanderingCaringDeerDxCat-Qt55xtiGDSoNmDDr https://www.youtube.com/watch?v=8Giv5mupJNE +- https://clips.twitch.tv/TriangularAthleticBunnySoonerLater-SXpBk1dFso21VcWD + ## Project Status ![Repobeats analytics image](https://repobeats.axiom.co/api/embed/a1d6fe2c13ea2bb53a5154435a71e2431f70c2ee.svg 'Repobeats analytics image') diff --git a/docs/src/content/docs/about-neurosama/discussions.md b/docs/src/content/docs/about-neurosama/discussions.md new file mode 100644 index 000000000..9fa5d0d48 --- /dev/null +++ b/docs/src/content/docs/about-neurosama/discussions.md @@ -0,0 +1,42 @@ +--- +title: Related discussions +--- + +Hypes and thoughts: + +r/VirtualYoutubers --- Someone help me understand Neuro-sama : r/VirtualYoutubers +https://www.reddit.com/r/VirtualYoutubers/comments/1gi5ra0/someone_help_me_understand_neurosama/ + +How to Make an AI Vtuber. - YouTube +https://www.youtube.com/watch?v=WZ9JqlxQ6iQ + +How neuro plays Minecraft? : r/NeuroSama +https://www.reddit.com/r/NeuroSama/comments/1hi8seg/how_neuro_plays_minecraft/ + +How to make an AI VTuber Using GPT 3 and Google Cloud TTS - YouTube +https://www.youtube.com/watch?v=EXICATDyYWI + +Having a personal neuro-sama? : r/NeuroSama +https://www.reddit.com/r/NeuroSama/comments/1ix5uip/having_a_personal_neurosama/ + +Is it really Neuro-sama playing Minecraft? : r/NeuroSama +https://www.reddit.com/r/NeuroSama/comments/1ifhv0f/is_it_really_neurosama_playing_minecraft/ + +Is neuro custom coded from the ground up or does she have a base model? : r/NeuroSama +https://www.reddit.com/r/NeuroSama/comments/19481ow/is_neuro_custom_coded_from_the_ground_up_or_does/ + +We can use this plugin to allow AI/LLM to control the model: + +pladisdev/VTS-AI-Plugin +https://github.com/pladisdev/VTS-AI-Plugin + +Plugins ยท DenchiSoft/VTubeStudio Wiki +https://github.com/DenchiSoft/VTubeStudio/wiki/Plugins + +Some of the existing open sourced projects: + +JarodMica/open-neruosama +https://github.com/JarodMica/open-neruosama/tree/master + +AIVTDevPKevin/AI-VTuber-System: A graphical system program that allows you to quickly create your own AI VTuber for free. +https://github.com/AIVTDevPKevin/AI-VTuber-System diff --git a/services/discord-bot/README.md b/services/discord-bot/README.md index bd202172c..1b6e2e466 100644 --- a/services/discord-bot/README.md +++ b/services/discord-bot/README.md @@ -34,6 +34,10 @@ ELEVENLABS_API_BASE_URL='' pnpm run -F @proj-airi/discord-bot start ``` +## Other similar projects + +- [pladisdev/Discord-AI-With-STT](https://github.com/pladisdev/Discord-AI-With-STT) + ## Acknowledgements - Implementation of Audio handling and processing https://github.com/TheTrueSCP/CharacterAIVoice/blob/54d6a41b4e0eba9ad996c5f9ddcc6230277af2f8/src/VoiceHandler.js