Detoxing speech in nostr?
Early working code (PoC) for Hate speech (Toxic content) detection
https://github.com/atrifat/hate-speech-detector-api
This API server will be included as part of dependency for nostr-filter-relay.
#machinelearning #deeplearning
Discussion
It can helps to classify any potential hate speech (toxic) comments in notes (kind 1). It will gives prediction probability which can be used for filtering. Users can freely set their probabilty thresold (in percentage) as the filter settings on relay.
I have already implemented similar classification features in nostr-filter-relay which focus as "global feed" relay.