Mirror of https://github.com/roostorg/awesome-safety-tools
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'main' into patch-3

authored by

Cassidy James Blaede and committed by
GitHub
d54dc14a e1e9d927

+4
+4
README.md
··· 15 15 * hashing algorithm, matching function, and ability to hook into actions 16 16 * [Hasher-Matcher-Actioner (CLIP demo)](https://github.com/juanmrad/HMA-CLIP-demo) 17 17 * HMA extension for CLIP as reference for adding other format extensions 18 + * [hma-matrix by the Matrix.org Foundation](https://github.com/matrix-org/hma-matrix) 19 + * Matrix-specific extensions to HMA for (primarily) the Matrix ecosystem 18 20 * [Lattice Extract by Adobe](https://github.com/adobe/lattice_extract) 19 21 * grid and lattice detection to guard against FP in hash matching 20 22 * [MediaModeration (Wiki Extension)](https://github.com/wikimedia/mediawiki-extensions-MediaModeration?tab=readme-ov-file) ··· 120 122 121 123 ## Clustering 122 124 125 + * [bogofilter](https://bogofilter.sourceforge.io/) 126 + * spam filter that classifies text using Bayesian statistical analysis; able to learn from classifications and corrections 123 127 * [scikit-learn](https://github.com/scikit-learn/scikit-learn) 124 128 * python library including clustering through various algorithms, such as K-Means, DBSCAN, and hierarchical clustering 125 129 * [SpamAssassin by Apache](https://spamassassin.apache.org)