数字人库
探索我们的虚拟数字人角色,每个数字人都拥有独特的个性、专业技能和应用场景, 为您的工作和生活提供智能化服务。
数字人展示
观看我们的数字人技术演示视频
{human.name}
为什么选择我们的数字人
逼真形象
超写实数字人形象,支持表情动画、语音交互,带来沉浸式体验
智能交互
基于大语言模型,支持多轮对话、上下文理解、智能决策
场景定制
针对不同应用场景深度优化,满足商务、教育、生活等多元需求
import Link from "next/link" import Image from "next/image" const digitalHumans = [ { id: 1, name: "小雅", avatar: "/human/0ac179c47f1957d03ccc6858e6351f1d.jpeg", category: "商务助手", description: "专业的商务顾问,擅长企业咨询、市场分析、商务谈判等场景,为您提供智能化的商业决策支持。", color: "from-purple-500 to-pink-500", bgColor: "bg-purple-50", textColor: "text-purple-600", }, { id: 2, name: "书淇", avatar: "/human/166c0f9202afc463e9264529764ddb7f.jpg", category: "教育导师", description: "知识渊博的教育专家,专注于在线教学、课程辅导、学习规划,让学习更高效、更有趣。", color: "from-blue-500 to-cyan-500", bgColor: "bg-blue-50", textColor: "text-blue-600", }, { id: 3, name: "樱桃", avatar: "/human/541ab483fbafcc7b5476a63dbd350fb5.jpg", category: "生活陪伴", description: "活泼可爱的虚拟伙伴,擅长日常聊天、情感陪伴、生活建议,为您的生活增添温暖与乐趣。", color: "from-pink-500 to-rose-500", bgColor: "bg-pink-50", textColor: "text-pink-600", }, { id: 4, name: "星辰", avatar: "/human/8365454662deb53637146f8b81476124.png", category: "科技顾问", description: "前沿科技专家,精通AI技术、编程开发、技术咨询,助力您在数字时代保持竞争力。", color: "from-indigo-500 to-blue-500", bgColor: "bg-indigo-50", textColor: "text-indigo-600", }, { id: 5, name: "墨竹", avatar: "/human/a4c1285f4d131a65821a541c1d58181a.jpg", category: "创意设计", description: "富有创意的设计师,擅长视觉设计、艺术创作、品牌策划,为您的创意项目注入灵感。", color: "from-green-500 to-emerald-500", bgColor: "bg-green-50", textColor: "text-green-600", }, { id: 6, name: "清风", avatar: "/human/aa5332e4434fcf0cc8bcb9a4d8122ad0.jpeg", category: "健康顾问", description: "专业的健康管理师,提供健康咨询、饮食建议、运动指导,守护您和家人的健康生活。", color: "from-teal-500 to-cyan-500", bgColor: "bg-teal-50", textColor: "text-teal-600", }, { id: 7, name: "小悦", avatar: "/human/dd709ef07f783ef0b912127191004580.jpg", category: "娱乐主播", description: "活力四射的娱乐主播,擅长直播互动、内容策划、粉丝运营,为您的娱乐生活带来无限精彩。", color: "from-orange-500 to-amber-500", bgColor: "bg-orange-50", textColor: "text-orange-600", }, { id: 8, name: "心灵", avatar: "/human/decbb93c49351eae57b4f3251cab9f26.jpg", category: "心理咨询", description: "温柔专业的心理咨询师,提供情绪疏导、心理测评、压力管理,守护您的心理健康。", color: "from-violet-500 to-purple-500", bgColor: "bg-violet-50", textColor: "text-violet-600", }, ] const categories = ["全部", "商务助手", "教育导师", "生活陪伴", "科技顾问", "创意设计", "健康顾问", "娱乐主播", "心理咨询"] export default function DigitalHumansPage() { return (
探索我们的虚拟数字人角色,每个数字人都拥有独特的个性、专业技能和应用场景, 为您的工作和生活提供智能化服务。
观看我们的数字人技术演示视频
超写实数字人形象,支持表情动画、语音交互,带来沉浸式体验
基于大语言模型,支持多轮对话、上下文理解、智能决策
针对不同应用场景深度优化,满足商务、教育、生活等多元需求