Skip to content

Commit

Permalink
removed scripts from README
Browse files Browse the repository at this point in the history
  • Loading branch information
mtiessler committed Feb 27, 2025
1 parent f3b4ad1 commit 8986145
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,22 +123,3 @@ FeaClustRE/
```

---

## ⚙️ Running Preprocessing Scripts

### Example: Converting CSV to JSON
```sh
python backend/data-preprocessing/csv_to_json.py -i data/COMMUNICATION/reviews_with_features.csv -o data/COMMUNICATION/features --from 2023-01-01 --to 2023-12-31
```

### Example: Running Dendrogram Generation
```sh
python client/dendogram_generation.py data/COMMUNICATION/all/features_org.telegram.messenger.json
```

### Example: Running the Visualization Client
```sh
python client/dendogram_generation.py ./data/COMMUNICATION/all/features_com.discord.json bert-embedding-cosine average 0.2
```

---

0 comments on commit 8986145

Please sign in to comment.