--- license: apache-2.0 title: project sdk: docker emoji: 🚀 pinned: false ---
About This Project • Key Features • Applications • Install From Scratch • Operations • How To Use • Developer Guide • Community • Credits • License
## About This Project This project is for a fully customizable AI persona usable for streaming or private companionship. Feel free to download and use how you wish. This software uses libraries from the FFmpeg project under the LGPLv2.1 ## Key Features - Realtime promptable AI personality with text and speech input - Support for MCP - REST API and websocket server for building applications on top of this server - Options to run fully local ## Official Applications - [Discord bot integration](https://github.com/limitcantcode/app-jaison-discord-lcc) - [VTube Studio with emotions](https://github.com/limitcantcode/app-jaison-vts-hotkeys-lcc) - [Twitch Chat and Events content provider](https://github.com/limitcantcode/app-jaison-twitch-lcc) Feel free to build and share your own! See the [Developer Guide](#developer-guide) for more info. ## Install From Scratch > **Note** > To simplify setup across platforms, setup now uses [conda](https://docs.conda.io/projects/conda/en/stable/user-guide/install/index.html). Conda is not necessary to run this project. ### Setup and install dependencies Create and enter a virtual environment with Python ^3.10 and pip 24.0. For example, using conda: ```bash conda create -n jaison-core python=3.10 pip=24.0 -y conda activate jaison-core ```