Update README.md
This commit is contained in:
parent
441979674f
commit
8a357766fa
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Mastodon Collector
|
||||
|
||||
Collects posts, replies, and mentions from a list of Mastodon accounts and stores them in PostgreSQL. Includes automated toxicity analysis using OpenAI GPT-4o-mini, a web UI for account management, data browsing, and manual review of flagged content, plus JSON/CSV APIs for your analysis pipeline.
|
||||
Collects posts, replies, and mentions from a list of Mastodon accounts and stores them in PostgreSQL. Includes automated toxicity analysis using LLMs, a web UI for account management, data browsing, and manual review of flagged content, plus JSON/CSV APIs for your analysis pipeline.
|
||||
|
||||
## Quick Start
|
||||
|
||||
|
|
@ -47,7 +47,7 @@ The system includes automated toxicity detection and manual review capabilities:
|
|||
|
||||
### Features
|
||||
|
||||
- **Automated Classification**: Uses OpenAI GPT-4o-mini to analyze posts across 12 toxicity dimensions:
|
||||
- **Automated Classification**: Uses an LLM to analyze posts across 12 toxicity dimensions:
|
||||
- General toxicity, threats, hate speech
|
||||
- Racism, antisemitism, islamophobia
|
||||
- Sexism, homophobia, ableism
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue