# Scanner : V2 Node.JS based file scanner using patterns and OLLAMA (llama3.2:1b) integration for file/code analysis. ## Setup Install axios ```js npm i axios natural ``` Edit variables in code aiprompt, patterns, pathtoscan, llamaendpoint. Run code ```js node scanner.js ``` If you want to quickly change path use: ```js node index.js --pathtoscan="./your/path/goes/here" ``` COPYRIGHT CC-BY-SA-4.0, CONTACT: lisahonkay@gmail.com