import cn from "classnames"; import Image from "next/image"; import Link from "next/link"; import gradients from "../home-shared/gradients.module.css"; import { HeroText, SectionSubtext } from "../home-shared/Headings"; import { Gradient } from "../home-shared/Gradient"; import { FadeIn } from "../home-shared/FadeIn"; import { CTAButton } from "../home-shared/CTAButton"; import RepoLogo from "../../logos/AILogo"; export function AIHero() { return ( <>
{/* TODO: On dark mode, there should be a "breathing" gradient inside the inner circle */} AI AI
Artificial Intelligence MODEL 简单易用的人工智能模型,尤其用于各种NLP场景,如文本分类、文本生成、文本匹配、命名实体识别、关系抽取等。
快速开始 查看源码

License: GPL-3.0

); }