zippy/nlzmadetect
Jacob Torrey 73997227bc Added code to make Nim compile to CLI and web
Signed-off-by: Jacob Torrey <jacob@thinkst.com>
2023-06-09 03:46:28 -06:00
..
LZMA-JS@8f98fe85a1 Added code to make Nim compile to CLI and web 2023-06-09 03:46:28 -06:00
src Added code to make Nim compile to CLI and web 2023-06-09 03:46:28 -06:00
tests Nim code now is multithreaded for chunked files 2023-06-09 03:46:27 -06:00
README.md Small mods to the Nim source 2023-06-09 03:46:27 -06:00
aidetect.html Added code to make Nim compile to CLI and web 2023-06-09 03:46:28 -06:00
nlzmadetect.nimble Added code to make Nim compile to CLI and web 2023-06-09 03:46:28 -06:00

README.md

Nim package to classify test as LLM-generated

This is a nim version of the LZMA detector written in Python.

Instructions

Build with nimble build optionally passing -d:release for more optimized output.

Run ./nlzmadetect with a filename to check (or multiple)

Test against the samples repository with nimble test