Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 552 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 552 Bytes

SecurityGPT

SecurityGPT is a custom GPT model designed to classify bug report documents. The model was trained on bug reports from Chromium and OpenStack.

Installation

To automate the installation process, run the following commands:

conda create -n securityGPT python=3.10
conda activate securityGPT
chmod +x install.sh
./install.sh

To install SecurityGPT in your local Python environment, use the following commands:

pip3 -e install .

To check all dependencies, run the following command:

pip3 list