mastodon-collector/app
Pieter 2faf6c660b Complete toxicity analysis implementation with manual review
- Fixed review submission bug (item_id now uses internal database ID)
- Added comprehensive logging to review API endpoint
- Updated analysis report for Jan 1 - Mar 30, 2026 period
- Report includes all 44 manually reviewed posts
- 4 confirmed toxic, 40 false positives (90.9% FP rate)
- Improved table layout: reduced column widths, smaller text
- Fixed horizontal scrolling with max-width override
- All flagged posts now successfully reviewed and stored

Key findings:
- 7,506 posts collected, 3,938 analyzed
- Only 0.10% confirmed toxic (4 of 3,938)
- High false positive rate shows challenge of automated detection
- Most FPs were legitimate political discourse about extremism

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-31 17:50:23 +02:00
..
analyzer Complete toxicity analysis system setup and testing 2026-03-30 15:39:36 +02:00
templates Complete toxicity analysis implementation with manual review 2026-03-31 17:50:23 +02:00
__init__.py Initial commit: Mastodon collector application 2026-02-09 08:05:54 +01:00
__main__.py Initial commit: Mastodon collector application 2026-02-09 08:05:54 +01:00
analysis_helpers.py Complete toxicity analysis implementation with manual review 2026-03-31 17:50:23 +02:00
collector.py Initial commit: Mastodon collector application 2026-02-09 08:05:54 +01:00
db.py Initial commit: Mastodon collector application 2026-02-09 08:05:54 +01:00
mastodon_api.py Initial commit: Mastodon collector application 2026-02-09 08:05:54 +01:00
web.py Complete toxicity analysis implementation with manual review 2026-03-31 17:50:23 +02:00