We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27a2a0 commit a5332c6Copy full SHA for a5332c6
src/data/userData.tsx
@@ -1,6 +1,16 @@
1
import { User } from "./users";
2
3
export const Users: User[] = [
4
+ //Aurora
5
+ {
6
+ title: "Aurora",
7
+ description:
8
+ "Aurora — Agentic Agentic Unified multi-model Reasoning Orchestrator for Rapid One-shot Assistance.",
9
+ preview: require("./showcase/surora.png"),
10
+ website: "https://aurora-01.vercel.app/",
11
+ source: "https://github.com/samosagpt/aurora",
12
+ tags: ["ai", "deep-learning", "data-science"],
13
+}
14
// Youtube Clone
15
16
{
0 commit comments