A nostr relay docker image package which filter content based on content type (SFW/NSFW), user type, language, hate speech (toxic comment), sentiment, topic, and various rules.
This project implements a classification pipeline using large language models (LLMs) to assign topic labels (or categories) to table column headers using metadata and text embeddings. The core idea is ...