From c44ccf5157434b656023f14959f37245a50686ed Mon Sep 17 00:00:00 2001
From: "nabil.abdennad" <nabil.abdennadher@hesge.ch>
Date: Sun, 22 Sep 2024 23:27:27 +0200
Subject: [PATCH] with README

---
 README.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..7c241ee
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+# Lab : Azure IoT Edge.
+
+## Overview
+This project is an example of the deployment of an Edge application that recognises digits (from 0 to 9) in images from a camera. If the Edge application does not recognise the digit, it sends the associated image to an S3 object storage. These images can be used later to improve the digit recognition module.  
+
+## Prerequisites
+- To be completed
+- Dockerhub account: https://hub.docker.com/
+- Azure Account
+- S3 acvount
+- Visual Studio
+
+## Description
+
-- 
GitLab