lukas-mertens / malscc

Machine Learning Scan Classifier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MalSCC - Machine Learning Scan Classifier

MalSCC is a tool to sort out empty pages from bulk scans. This repository contains the source code for the web-app. It uses a pre-trained artificial neural network to categorize the pages.

How to build

First execute npm install to install the required dependencies.

To build the static files for a minimal webserver execute npm run build-dist. The output files are going to be generated in the dist directory.

Contributing

Run npm run watch to start the local development server.

Additional info

I wrote a paper about this project. You can find it here.

About

Machine Learning Scan Classifier

License:MIT License


Languages

Language:JavaScript 50.7%Language:SCSS 25.3%Language:Pug 23.9%