From 2eeceee1c145b31b4c3c7cfed1e643364ade5869 Mon Sep 17 00:00:00 2001 From: jebba Date: Mon, 24 Jan 2022 16:44:36 -0700 Subject: [PATCH] jupyter notebooks list --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 099537d..a9f3610 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,13 @@ pip install --user --upgrade -r requirements.txt * `wz-load` --- Load and text display a sample CSV. +Development is most easily done under Jupyter with Tensorboard +for training models. These files are in the `notebooks` directory. + +* `witzit.ipynb` --- witzit Jupyter notebook. +* `witzit-predict.ipynb` --- witzit Jupyter notebook, prediction application. +* `witzit-train.ipynb` --- witzit Jupyter notebook, training application. + # Usage HOWTO USE. Getting closer...