๐ Open to Work
TensorMind
TensorMind
ยท
AI & ML interests
None yet
Recent Activity
reacted to Cameronk199's post with ๐ 5 days ago
35,882 posts. Four years. Every result linked back to a source record.
I built a searchable timeline for the public Truth Social posts associated with Donald Trump's @realDonaldTrump account, covering February 2022 through August 2, 2026.
The explorer separates original posts, quotes, and retruths. Search exact phrases, chart posting volume, or inspect common terms without pulling down the 1.3 GB media archive.
**Explore:** https://huggingface.co/spaces/Cameronk199/truth-social-timeline-explorer
**Dataset:** https://huggingface.co/datasets/Cameronk199/donald-trump-truth-social-posts
```python
from datasets import load_dataset
posts = load_dataset(
"Cameronk199/donald-trump-truth-social-posts",
"full_archive_posts",
split="train",
)
```
The release also contains 8,004 verified image assets and 5,756 video metadata/transcript records. It does not contain trustworthy engagement counts, so the explorer makes no virality claims.
Independent research project; not affiliated with or endorsed by Donald Trump, Truth Social, TMTG, a campaign, or any government office.
#datasets #nlp #opendata #socialmedia updated a model 8 days ago
AATensorPlay/TensorMind-1.5-preview published a model 8 days ago
AATensorPlay/TensorMind-1.5-preview