From f6ca4e498b029dd73577602b6b1e76acbe827999 Mon Sep 17 00:00:00 2001
From: Frank Sauerburger <frank@sauerburger.com>
Date: Sun, 28 Aug 2022 13:22:26 +0200
Subject: [PATCH] Add README

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

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..42af4a1
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+# Movie recommender system
+
+Tech stack:
+
+ - Tensorflow with keras
+ - [mlflow](https://mlflow.org/)
+ - [DVC](https://dvc.org/)
+ - [mlflow-kubeserve](https://gitlab.sauerburger.com/frank/mlflow-kubeserve)
+   to deploy the model to a Kubernetes cluster
+
+The recommender system is deployed at [wakefield.ai](https://wakefield.ai).
-- 
GitLab