From f2a35602257fbf3eeba6e6134d16b14e84e14e95 Mon Sep 17 00:00:00 2001 From: MasterPhooey <106418429+MasterPhooey@users.noreply.github.com> Date: Fri, 3 Jan 2025 10:14:19 -0600 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d674500..de4b9d7 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,22 @@ Generate wake word samples. Train a detection model. Output a quantized .tflite model for on-device use. -### 6. Retrieve the Trained Model -Once the training is complete, the quantized .tflite model will be available for download. Follow the instructions in the last cell of the notebook to download the model. +### 6. Retrieve the Trained Model and JSON +Once the training is complete, the quantized .tflite model and .json will be available for download. Follow the instructions in the last cell of the notebook to download the model. + +### Resetting to a Clean State +If you need to start fresh: + +## Delete your data folder: +Locate and delete the data folder that was mapped to your Docker container. + +## Restart the Docker container: +Run the container again using the steps provided above. + +## Fresh notebook generated: +Upon restarting, a clean version of the training notebook will be placed in the newly created data directory. +This will reset your MicroWakeWord-Training-Docker environment to its initial state. +