From 231b83afb5b79d6430a0d11017c51f96433935b7 Mon Sep 17 00:00:00 2001 From: Tikhon Vodyanov Date: Sat, 2 Aug 2025 13:32:15 +0200 Subject: [PATCH] api folder --- READMEPlantAPI.md => api/READMEPlantAPI.md | 0 abb.py => api/abb.py | 0 {models => api/models}/BestModel.keras | Bin requirements.txt => api/requirements.txt | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename READMEPlantAPI.md => api/READMEPlantAPI.md (100%) rename abb.py => api/abb.py (100%) rename {models => api/models}/BestModel.keras (100%) rename requirements.txt => api/requirements.txt (100%) diff --git a/READMEPlantAPI.md b/api/READMEPlantAPI.md similarity index 100% rename from READMEPlantAPI.md rename to api/READMEPlantAPI.md diff --git a/abb.py b/api/abb.py similarity index 100% rename from abb.py rename to api/abb.py diff --git a/models/BestModel.keras b/api/models/BestModel.keras similarity index 100% rename from models/BestModel.keras rename to api/models/BestModel.keras diff --git a/requirements.txt b/api/requirements.txt similarity index 100% rename from requirements.txt rename to api/requirements.txt