We can add a pipeline to JARVIS , which we detect whether the given file is malicious or not,
Steps :
- Extract features of file such as meta-data , pages , etc
- Process features and provide to model
- Generate model prediction
Additions:
- Model training notebook
- feature extraction notebook
- Feature processing and model prediction code which accepts path to pdf file
- Trained Model
- Dataset on which model was trained
- Readme.md