Directory Tree

Below we see the final directory tree for out project

.
├── README.md
├── _quarto.yml
├── assets
│   ├── gu-logo.png
│   ├── nature.csl
│   └── references.bib
├── build.sh
├── data
│   ├── processed-data
│   │   ├── complaints.csv
│   │   └── customer_complaints.csv
│   └── raw-data
│       └── customer_complaints.csv
├── index.qmd
├── instructions
│   └── overview_files
│       └── mediabag
├── pics
│   ├── 4151734408301_.pic.jpg
│   ├── kmeans_k3.png
│   ├── output.png
│   ├── ovr.png
│   ├── photo.png
│   ├── rf-1.png
│   ├── rf-2.png
│   └── tsne_p5.png
├── reference.bib
├── report
│   └── report.qmd
├── technical-details
│   ├── data-cleaning
│   │   ├── instructions.qmd
│   │   ├── main.html
│   │   ├── main.ipynb
│   │   └── main_files
│   │       ├── figure-html
│   │       └── mediabag
│   ├── data-collection
│   │   ├── closing.qmd
│   │   ├── instructions.qmd
│   │   ├── main.ipynb
│   │   ├── methods.qmd
│   │   └── overview.qmd
│   ├── eda
│   │   ├── instructions.qmd
│   │   └── main.ipynb
│   ├── llm-usage-log.qmd
│   ├── progress-log.qmd
│   ├── supervised-learning
│   │   ├── instructions.qmd
│   │   └── main.ipynb
│   └── unsupervised-learning
│       ├── instructions.qmd
│       └── main.ipynb
└── tree.qmd

19 directories, 37 files