Spaces:
Sleeping
Sleeping
File size: 1,114 Bytes
493bc18 f38c4a4 493bc18 381c31d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | ---
title: Threadscope
emoji: 🏆
colorFrom: blue
colorTo: pink
sdk: gradio
sdk_version: 6.3.0
app_file: app.py
pinned: false
license: mit
short_description: Bring your own thread - CSV version
---
# Threadscope
Bring Your Own Thread - Upload a CSV to visualize long-form interaction dynamics.
Visualizes long-form interaction dynamics such as drift, stability, and perturbation response.
# Supported transcript format:
Transcripts that use explicit speaker markers, for example:
- 'You said: Hello'
- 'ChatGPT said: Hi there'
Marker strings are configurable in the UI, but the transcript must follow a consistent “marker → content” pattern.
# Not supported
- Arbitrarily formatted prose
- Chat logs without explicit speaker markers
- Exported HTML or JSON without preprocessing
# CSV converter can be found here:
https://huggingface.co/spaces/Threadbourne/convert-to-csv
# CSV Converter Output:
The output generates a CSV which includes the following columns:
- turn
- speaker
- chars
- words
- tokens_est (lightweight estimate)
# Privacy
Files are processed in-session only and are not stored.
|