From 0fa35e0ca53364996170f7ec51f2031886956d8a Mon Sep 17 00:00:00 2001 From: Kinch Date: Mon, 23 Oct 2023 17:18:09 +0200 Subject: [PATCH] working --- notebook/.obsidian/workspace.json | 14 ++++++++------ notebook/Untitled.canvas | 1 + notebook/xs.canvas | 9 +++++++++ notebook/xs/Classifaction-MVP.md | 4 ++++ notebook/xs/Classifcation Stories.md | 20 +++++++++++++++----- 5 files changed, 37 insertions(+), 11 deletions(-) create mode 100644 notebook/Untitled.canvas create mode 100644 notebook/xs.canvas create mode 100644 notebook/xs/Classifaction-MVP.md diff --git a/notebook/.obsidian/workspace.json b/notebook/.obsidian/workspace.json index 4c120ea..85fe826 100644 --- a/notebook/.obsidian/workspace.json +++ b/notebook/.obsidian/workspace.json @@ -13,7 +13,7 @@ "state": { "type": "markdown", "state": { - "file": "xs/Classifcation Stories.md", + "file": "xs/Classifaction-MVP.md", "mode": "source", "source": false } @@ -85,7 +85,7 @@ "state": { "type": "backlink", "state": { - "file": "xs/Classifcation Stories.md", + "file": "xs/Classifaction-MVP.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -102,7 +102,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "xs/Classifcation Stories.md", + "file": "xs/Classifaction-MVP.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -125,7 +125,7 @@ "state": { "type": "outline", "state": { - "file": "xs/Classifcation Stories.md" + "file": "xs/Classifaction-MVP.md" } } } @@ -149,10 +149,12 @@ "active": "400dd7be8406e18f", "lastOpenFiles": [ "xs/Classifcation Stories.md", + "Untitled.canvas", + "xs/Classifaction-MVP.md", + "2023-10-23.md", + "xs.canvas", "xs", "2023-10-15.md", - "Untitled 1.canvas", - "Untitled.canvas", "Schweden Reise.md" ] } \ No newline at end of file diff --git a/notebook/Untitled.canvas b/notebook/Untitled.canvas new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/notebook/Untitled.canvas @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/notebook/xs.canvas b/notebook/xs.canvas new file mode 100644 index 0000000..cebaf57 --- /dev/null +++ b/notebook/xs.canvas @@ -0,0 +1,9 @@ +{ + "nodes":[ + {"id":"5f28256f51a29767","x":-281,"y":-108,"width":250,"height":60,"type":"text","text":"smart FIX"}, + {"id":"45196f71e2113d45","x":20,"y":-108,"width":250,"height":60,"type":"text","text":"extract and classiffy "} + ], + "edges":[ + {"id":"20407a4862c69999","fromNode":"5f28256f51a29767","fromSide":"right","toNode":"45196f71e2113d45","toSide":"left"} + ] +} \ No newline at end of file diff --git a/notebook/xs/Classifaction-MVP.md b/notebook/xs/Classifaction-MVP.md new file mode 100644 index 0000000..a1dc64e --- /dev/null +++ b/notebook/xs/Classifaction-MVP.md @@ -0,0 +1,4 @@ +Wie bekommen wir [[Classifaction-MVP]] möglichst schlank hin? + +Was sind Aufwandstreiber? +Training-Set management? diff --git a/notebook/xs/Classifcation Stories.md b/notebook/xs/Classifcation Stories.md index 87b54fa..036d76b 100644 --- a/notebook/xs/Classifcation Stories.md +++ b/notebook/xs/Classifcation Stories.md @@ -1,4 +1,3 @@ - # Classifications Stories ## ClassificationStudio API / APP @@ -6,12 +5,23 @@ - Erlaubt das Definieren von Klassen - Erlaubt das Hochladen von Dokumenten zu Klassen - Hat einen Endpunkt: Dokument => Klasse -- NOTE: Braucht ImageRendrer - +- NOTE: Braucht ImageRendrer für die thumbnails +- FRAGE: Wie die wieder verwenden? FileStore? ## TrainingSet Manager - API zum Hochladen von Dokumenten - +* Verwalten von Train und Test-Set (under the hood?) ## Model Registry + +* API zum Verwalten von Models +* Hochladen von Models, ModelType, Modifaction Date, Version +* Herunterladen von Model +### API +(tenant, id) => Versions +(tenant, id, version) => Model + ## Classificator Service -## Classification Extractor \ No newline at end of file +* API zum Trainieren und Interferieren +## Classification Extractor +* Schaut in der Extraction nach, ob Classificator Intereferiert werden kann +* Wenn ja: "Extrahiert" die Dokumentklasse \ No newline at end of file