diff --git a/README.md b/README.md index 41e49f5..a5d57a4 100755 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The repository contains six notebooks and one script which each demonstrate one ## Notebooks and scripts included in this repository: -Each Jupyter Notebook can be run and modified (see instructions below), but we also provide static HTML renderings of each notebook (.html files) which can be opened in a web browser. These pages include code, figures, and interactive audio widgets allowing the user to view spectrograms and listen to sounds. +Each Jupyter Notebook and python script can be run and modified (see instructions below), but we also provide static HTML renderings of each notebook (.html files in `./html_notebooks` subfolder) which can be opened in a web browser. These pages include code, figures, and interactive audio widgets allowing the user to view spectrograms and listen to sounds. - `01_explore_annotated_data.ipynb` Explore annotated dataset of _Rana sierrae_ call types diff --git a/01_explore_annotated_data.html b/html_notebooks/01_explore_annotated_data.html similarity index 100% rename from 01_explore_annotated_data.html rename to html_notebooks/01_explore_annotated_data.html diff --git a/02_prep_training_data.html b/html_notebooks/02_prep_training_data.html similarity index 100% rename from 02_prep_training_data.html rename to html_notebooks/02_prep_training_data.html diff --git a/03_train_cnn.html b/html_notebooks/03_train_cnn.html similarity index 100% rename from 03_train_cnn.html rename to html_notebooks/03_train_cnn.html diff --git a/04_cnn_prediction.html b/html_notebooks/04_cnn_prediction.html similarity index 100% rename from 04_cnn_prediction.html rename to html_notebooks/04_cnn_prediction.html diff --git a/05_cnn_validation.html b/html_notebooks/05_cnn_validation.html similarity index 100% rename from 05_cnn_validation.html rename to html_notebooks/05_cnn_validation.html diff --git a/07_explore_results.html b/html_notebooks/07_explore_results.html similarity index 100% rename from 07_explore_results.html rename to html_notebooks/07_explore_results.html