File size: 764 Bytes
68121f3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Epstein Semantic Explorer β€” HuggingFace Edition

A lightweight, dependency-free semantic analysis tool for the
recently released House Oversight Epstein documents.

### πŸš€ Features
- Cluster browser  
- BM25 semantic search  
- Topic terms  
- Entity frequency explorer  
- Cross-cluster entity mapping  
- Works entirely on CPU  

### πŸ“ How to Use
1. Upload your dataset: `epstein_semantic.jsonl`  
2. Select a cluster  
3. Search keywords  
4. Explore entities / topics  

### πŸ“¦ Dataset Source
Full processed dataset is available on Kaggle:  
https://www.kaggle.com/datasets/cjc0013/epstein-bge-large-hdbscan-bm25/data

### πŸ“ Notes
- No external API calls  
- No model downloads  
- 100% local execution inside the Space  

MIT License Β© cjc0013