Project INIT - add readme

This commit is contained in:
William Jeynes
2026-04-08 18:51:15 +01:00
commit 133813c3f9
+19
View File
@@ -0,0 +1,19 @@
# AI models for identifying trigger events in disinformation analysis
Final Dissertation Submission Repository - Future work with created dataset
## Project Description
-- todo --
## Solution Diagram
-- todo --
## Generated Database Link
-- todo --
## Repository Structure
```
├── run.sh # Bash script to run project elements from one place
└── data/ # Holder from project data
├── dataset.jsonl # Collated dataset - in full format
└── dataset.csv # Collated dataset - in CSV format
```