From f448db6475ca786708c3c882fd124e9501d754e1 Mon Sep 17 00:00:00 2001 From: Alessio Russo Date: Tue, 10 Mar 2026 14:56:31 +0100 Subject: [PATCH] Add 'fenn' project entry to data.json Added new project entry for fenn --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index d061bd8..69fe4d1 100644 --- a/data.json +++ b/data.json @@ -2109,6 +2109,15 @@ "TypeScript" ], "description": "The open source Firebase alternative. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications." + }, + { + "name": "fenn", + "link": "https://github.com/pyfenn/fenn", + "label": "good first issue", + "technologies": [ + "Python" + ], + "description": "A simple framework that automates ML/DL workflows by providing prebuilt trainers, templates, logging, configuration management, and much more." } ] }