Update README to reflect updated file structure

This commit is contained in:
William Jeynes
2026-04-09 15:42:44 +01:00
parent 8c510d78a6
commit c146d71566
2 changed files with 3 additions and 16 deletions
+3 -4
View File
@@ -7,10 +7,9 @@ Visible here: [https://jillweynes.github.io/LLMsForDisinformationPrediction-Grap
## Repository Structure
```
├── run.sh # Bash script to run project elements from one place
├── graphviz
| ── frontend # React + Parcel + react-force-graph frontend to visualise results
| └── processing # Python scripts to generate clusters and titles
├── graphviz/
| ├── frontend/ # React + Parcel + react-force-graph frontend to visualise results
| ── processing/ # Python scripts to generate clusters and titles
└── data/ # Holder from project data
├── dataset.jsonl # Collated dataset - in full format
└── dataset.csv # Collated dataset - in CSV format