Hermes
  • Hermes
  • How to install
  • Project architecture
  • App main use case
Powered by GitBook
On this page
  • Overview
  • Get Started

Hermes

NextHow to install

Last updated 3 months ago

Overview

Hermes is an open-source system designed to automate message filtering in Telegram groups. Many users are subscribed to multiple groups but rarely read all incoming messages. Hermes addresses this issue by monitoring selected groups, processing messages in real time, and notifying users only when relevant content is detected.

The system utilizes AI-based classification models to determine message relevance, considering both general criteria and user-specific preferences. Through continuous learning from user feedback, Hermes refines its classification model over time, improving accuracy in identifying messages of interest.

Hermes is fully open source, allowing anyone to install and run it on their own server or machine.

Its architecture consists of multiple modular components all orchestrated via Docker.

Get Started

To get started with Hermes and understand how it works, here are some useful links.

How to install
Project architecture
App main use case