RayenAI posts
Project Riko — MCP Function Calling Code (Download)
Here it is — the code that powers MCP function calling for Project Riko.📦 Download Includesmain_chat_stream_tools.pyriko_project_mcp_config.yaml📁 Where to Put the FilesDownload the ZIPriko_project_mcp.zipExtract and move the files into your Riko project:main_chat_stream_tools.py → riko_project_patreon/server riko_project_mcp_config.yaml → riko_project_patreon/ (root directory)⚠️ ImportantThis post only contains the code.To set eve...
Project Riko MCP — Full Setup Tutorial (OpenAI + Function Calling)
This is the step-by-step guide to setting up Project Riko with OpenAI and MCP tools, no guesswork, no magic.Even if you’ve never used MCP or tool-calling before, this tutorial will walk you through every part of the process.🧠 You Will Learn:What MCP (Model Context Protocol) actually doesHow to make Riko call functions & tools by herself🔧 What You Need:Your existing Riko local projectOpenAI API keyFiles from the code post
Riko Project - 2025-11-06 Update.
Project RikoPatreon Version: Windows version 1.1 — 2025-11-06Project Riko is an anime-focused LLM project by Just Rayen. She listens, remembers, and speaks like your favorite snarky anime companion.It combines OpenAI GPT, GPT-SoVITS voice synthesis, and Faster-Whisper / Groq ASR into a fully configurable conversational pipeline with real-time streaming responses.Tested with Python 3.10 (Windows 10 or higher)✨ Features💬 LLM-based dialogue u...
Bringing Riko Home: Importing 3D Rooms into Three-VRM (Code Included)
Ever wondered what it would look like if your AI waifu had her own virtual room? In this project, I’m working on loading full 3D environments into three-vrm so Riko (and future AI characters) can move beyond the default background and into a custom space.In this tutorial-style breakdown, I’ll cover:How to import a 3D room into a Three.js + Three-VRM setupMaking sure the model loads correctly alongside a VRM avatarDownload the code here:Copy t...
Python Basics in 30 Lines
Learn Variables, If/Else, Loops & Functions — Beginner FriendlyWant to start coding but not sure where to begin? This quick tutorial covers the absolute basics of Python with short, easy-to-follow examples. In just a few lines of code, you’ll learn:Variables & Data Types (strings, numbers, booleans)Input & Output (print & input)If/Else (making decisions in your program)Lists (storing and looping over items)Loops (for loops that repeat actions...
Getting Started with AI Vision - Describe Images with AI
This tutorial shows you how to use Google’s Gemini Vision API to turn images into text. We’ll walk step-by-step through:Setting up your Gemini API key (quick rundown)Sending your first image requestReading and formatting the outputTo make things even easier, I’ve included ready-to-use code that you can copy, run, and test right away. You’ll be able to plug in your own images and see how Gemini describes them — no advanced setup required...
Beginner’s Roadmap to Building Your Own Anime AI Companion
If you’ve ever wanted to build your own AI anime companion but don’t know where to begin, this roadmap breaks the process into clear, simple steps.Here’s what we’ll cover in the video:Foundations: Python basics, version control (Git + VS Code), and getting comfortable with the command line.APIs and LLMs: How to set up an API key, send your first request to an LLM, and handle responses.Speech Tools: Starting with text-to-speech (TTS) and s...
Making Your AI Waifu Remember: Short-Term JSON Memory (Tutorial + Code)
One of the first steps in making your AI character feel alive is giving her memory. In this tutorial, we’ll build a short-term JSON-based memory system so your AI waifu can recall recent conversations, react in context, and stop “forgetting” what you just said.This is lightweight, easy to implement, and beginner-friendly—perfect for anyone starting their journey of building custom AI characters.What’s Inside:What short-term memory reall...
Making Your AI Waifu Remember: Long-Term Memory with FAISS (Tutorial + Code)
Short-term memory is great, but what if your AI waifu could remember you across days, weeks—or forever? In this tutorial, we’ll build a long-term memory system using FAISS for vector search.With this, your AI character can recall old facts, conversations, and preferences—making her feel more like a persistent companion than just a chatbot. This is the tech behind truly believable AI characters.What’s Inside:The difference between short-te...
Project Riko V1 - Windows TUTORIAL
🎉 Early Access: Project Riko (Private Build) + InstallationHey!This is the early access release of Project Riko — your snarky anime AI companion that listens, talks, remembers, and now lip-syncs in 3D.Riko combines:🧠 GPT-powered dialogue🎧 Faster-Whisper voice recognition🔊 GPT-SoVITS voice synthesis💃 VRM model lipsync & animation⚙️ How to Install:Download the ZIP belowExtract it using 7-Zip (important — built-in extractor mi...
Project Riko V1 - Windows Code
🎉 Early Access: Project Riko (Private Build)Hey!This is the early access release of Project Riko — your snarky anime AI companion that listens, talks, remembers, and now lip-syncs in 3D.Riko combines:🧠 GPT-powered dialogue🎧 Faster-Whisper voice recognition🔊 GPT-SoVITS voice synthesis💃 VRM model lipsync & animation⚙️ How to Install:Download the ZIP belowExtract it using 7-Zip (important — built-in extractor might fail)Follow...
Finetune an Anime Voice Model with GPT-SoVITS (Easy Guide)
Ever wanted to give your AI character the perfect anime voice? In this tutorial, I’ll walk you through the full process of training your own voice model using GPT-SoVITS V2Pro and V2Pro+ — even if you’ve never trained a TTS model before.You’ll learn:🚀 How to use the GPT-SoVITS WebUI to finetune a custom anime voice🗂️ How to organize your voice dataset and configure training settings⚙️ A full walkthrough of the WebUI steps — ...
Riko Project V1 - 2025/06/28
🎉 Early Access: Project Riko (Private Build)Hey!This is the early access release of Project Riko — your snarky anime AI companion that listens, talks, remembers, and now lip-syncs in 3D.Riko combines:🧠 GPT-powered dialogue🎧 Faster-Whisper voice recognition🔊 GPT-SoVITS voice synthesis💃 VRM model lipsync & animation⚙️ How to Install:Download the ZIP belowExtract it using 7-Zip (important — built-in extractor might fail)Follow...
Build Your Own AI Character from Scratch (Project Riko Setup Tutorial)
💡 Ever wanted to create your own AI character—one that talks, thinks, and has a real personality? In this tutorial, I’ll walk you through setting up the foundation using my open-source GitHub project: project_riko.🔧 This is the exact codebase I use to power Riko, my cheeky anime co-host with memory, voice, and personality. By the end of this video, you'll have your own AI character up and running, ready to talk and be customized.✅...
How to Prompt Stable Diffusion for Anime Art — Crash Course for Beginners
💬 Writing the right prompts is the secret to generating beautiful AI anime art—and in this crash course, I’ll show you exactly how to do it.This is Part 2 of the anime Stable Diffusion series. If you’ve set up the software and generated your first image, now it’s time to take control with prompt engineering.✅ What We Cover:How to write effective anime prompts (faces, hair, outfits, styles)The anatomy of a good prompt: positive vs neg...
How to Set Up Stable Diffusion for Anime Art — Generate Your First Image! (Beginner Guide)
📦 Ready to create stunning anime art with AI? In this beginner-friendly tutorial, I’ll show you exactly how to install Stable Diffusion and generate your first anime-style image—100% free.This is Part 1 of a complete crash course focused specifically on anime aesthetics using the best models and tools.✅ What We Cover:How to install Stable Diffusion WebUI (FORGEUI)Where to download anime-trained models UI configuration. How to generate yo...
Create Ultra-Realistic AI Voices with GPT-SoVITS in 8 Minutes — 100% Free
🎙️ Want to generate high-quality, ultra-realistic AI voices from text? In this tutorial, I’ll walk you through how to set up GPT-SoVITS 100% free and get your first AI voice line generated.We’ll go step-by-step so you can go from zero to hearing your custom voice in minutes—no paid tools, no prior experience needed.✅ What You’ll Learn:How to install and configure GPT-SoVITS locallyWhere to get pre-trained voice modelsHow to generat...
Set Up Python, Git & VSCode from Scratch (Hello World Tutorial!)
Ready to write your first line of code? Let’s build your dev setup from scratch.In this tutorial, I’ll walk you through setting up:✅ Python – Install and verify it works✅ Git – Version control for your projects✅ VSCode – The best free code editor for beginners✅ Your First Script – Yes, we’re doing a Hello World!By the end of this video, you’ll have a clean, working development environment for building Python projects—inc...
Getting Started with the ChatGPT API in Under 10 Minutes
🎓 Welcome to the first step in building with ChatGPT!In this short tutorial, I’ll walk you through how to:Sign up for OpenAIFind and activate your API keyThis video is perfect if:You’ve never used the API beforeYou want to connect ChatGPT to your own apps, bots, or scripts🧪 This is the foundation for everything we’ll build later—from AI chatbots to auto-content generators.
Hello People
Thanks for supporting the channel!

















