From 5b2d7e368ce87a050c73c4941345b80b26f8307c Mon Sep 17 00:00:00 2001 From: oscarchaufour <101994223+oscarchaufour@users.noreply.github.com> Date: Fri, 20 Oct 2023 16:05:47 +0200 Subject: [PATCH] Create imageClassification.py python script creation --- imageClassification.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 imageClassification.py diff --git a/imageClassification.py b/imageClassification.py new file mode 100644 index 0000000..79bac0f --- /dev/null +++ b/imageClassification.py @@ -0,0 +1,7 @@ +# -*- coding: utf-8 -*- +""" +Created on Fri Oct 20 16:04:49 2023 + +@author: oscar +""" + -- GitLab