| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| models-v0.1.2.tar.gz | 2022-04-02 | 583.8 MB | |
| README.md | 2022-03-31 | 1.4 kB | |
| v0.1.2.tar.gz | 2022-03-31 | 127.7 kB | |
| v0.1.2.zip | 2022-03-31 | 146.6 kB | |
| models-v0.1.2.zip | 2022-03-31 | 584.2 MB | |
| maude-v0.1.2.tar.gz | 2022-03-31 | 584.7 MB | |
| maude-v0.1.2.zip | 2022-03-31 | 589.8 MB | |
| Totals: 7 Items | 2.3 GB | 0 | |
Release notes
- Add MS PhotoDNA image hashing
- Add YARA rules matching classification
- Add ClamAV malware detection classification
- Add NudeNet video classification
Requirements
- libclam-dev on *nix/macOS
Installation
- Create a venv e.g
python3 -m venv maudeand activate it - Unzip or untar release archive and change to the release directory. Note that you do not need to download any models as they are included in the release archive.
- Run
install.cmdorinstall.sh. On systems with a small amount of memory like a VPS you may get an error likeinstall.sh: line 5: 382383 Killed pip install ext/nsfw_modelin which case you should useinstall_lowmem.sh. - To use Microsoft PhotoDNA hashing you must put the
PhotoDNAx64.dll(Windows) orPhotoDNAx64.so(Mac) where the maude Python interpreter can find it: e.g. on Windows in theScriptsfolder of your maude Python venv. See here for more info. - On Windows the
libclamav*DLLs are bundled with maude however on other platforms you'll have to install it yourself using your package manager e.g.sudo apt-get install libclamav-devor other method. See https://github.com/Cisco-Talos/clamav/blob/main/INSTALL.md for more info. - Run
maudeormaude.sh.