# okai-Isla **Repository Path**: DSOE1024/okai-Isla ## Basic Information - **Project Name**: okai-Isla - **Description**: okai-Isla - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-10 - **Last Updated**: 2025-09-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OKAI-Isla ## 简介 Isla(艾拉)是一个openKylin AI数字人项目,旨在RISC-V架构的设备上实现一个可以对话交互的AI数字人。 目前还处于Demo阶段,后续会逐步完善。 ## 开发 ### 基础依赖 - Godot 4.4.1 - CMake 3.10 ### 编译 提前使用rvgdvm安装RISC-V架构的Godot 4.4.1导出模板 ```bash curl -fsSL https://gitee.com/openkylin/godot-riscv/raw/master/install.sh | bash && source ~/.bashrc rvgdvm install-template 4.4.1 ``` ```bash sudo apt install cmake git ``` ```bash git clone xxx cd Isla mkdir build cd build cmake .. make export ``` 如需修改默认配置,可在 CMake 命令中指定参数: ```bash cmake -DGODOT_EXECUTABLE=/path/to/godot \ -DEXPORT_PLATFORM="custom_platform" \ -DEXPORT_OUTPUT=/custom/output/path \ .. ``` 示例: ``` cmake .. -DGODOT_EXECUTABLE=/home/DSOE1024/文档/Godot_v4.4.1-stable_linux.x86_64 ``` | 参数 | 默认值 | 说明 | |------|--------|------| | `GODOT_EXECUTABLE` | `godot` | Godot 可执行文件路径 | | `EXPORT_PLATFORM` | 根据平台架构 | 目标导出平台 | | `EXPORT_OUTPUT` | `build/${EXPORT_PLATFORM}/OKAI-Isla` | 导出文件路径 | `EXPORT_PLATFORM` 可以选择以下值: - `openKylin_rv64` - `openKylin_x86` ## 贡献 欢迎提交PR,欢迎提交issue。 ## 第三方开源项目声明 - source-han-serif is licensed under the SIL Open Font License, Version 1.1. - Sherpa ONNX is licensed under the Apache License 2.0. ## 许可证 本项目采用 BSD 3-Clause License 许可证,详情请查看 [LICENSE](./LICENSE) 文件。