git clone https://github.com/NojoudAlshehri/LLMs-Attack-GPTZero.git
python -m venv gpt0
gpt0\Scripts\activate
source gpt0/bin/activate
pip install -r requirements.txt
git clone https://github.com/vivek3141/ghostbuster-data.git
A free version of DetectGPT is available here: https://github.com/BurhanUlTayyab/DetectGPT.git
We modified the repo by adding our dataset to the repo and looping over all of them in the inference files. This was run on Google Colab as GPU was required. Our total code is packaged in the zipped file above.