From ec6aec0599c8bd52cb2b3258c353c945a22b46a3 Mon Sep 17 00:00:00 2001 From: Lucas <169063936+mustbeperfect@users.noreply.github.com> Date: Fri, 25 Apr 2025 12:13:18 -0700 Subject: [PATCH] Added Ludwig to Model Tools --- source/data/applications.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/source/data/applications.json b/source/data/applications.json index d940faf..bb78d47 100644 --- a/source/data/applications.json +++ b/source/data/applications.json @@ -7897,6 +7897,41 @@ "language": "", "license": "", "homepage_url": "" + }, + { + "name": "n8n", + "description": "", + "repo_url": "https://github.com/n8n-io/n8n", + "tags": [], + "platforms": [ + "web-cloud", + "selfhost" + ], + "category": "automation", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" + }, + { + "name": "Ludwig", + "description": "", + "repo_url": "https://github.com/ludwig-ai/ludwig", + "tags": [ + "manual" + ], + "platforms": [ + "cross" + ], + "category": "model-tools", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" } ] } \ No newline at end of file