# VulMiner **Repository Path**: cherry_wb/VulMiner ## Basic Information - **Project Name**: VulMiner - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-23 - **Last Updated**: 2021-01-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # VulMiner Deep Learning Framewrok for Vulnerability Mining ## Dependence ``` Python ≥ 3.6 pytorch pytorch-ignite gensim tqdm ``` ## User Guide 0. clone current repo ```bash git clone https://github.com/NIPC-DL/VulMiner.git cd VulMiner ``` 1. copy the example main file and change it ```bash cp main-example.py main.py ``` 2. run ```bash python main.py ``` ## Style Guide - [pep8](https://www.python.org/dev/peps/pep-0008/) - [The Hitchhiker’s Guide to Python](https://docs.python-guide.org/) ## WorkFlow - [git-flow AVH Edition](https://github.com/petervanderdoes/gitflow-avh)