├── LICENSE ├── README.md ├── infer.py ├── local_infer.py ├── model.py ├── requirements.txt └── webapp ├── Dockerfile ├── HTML_MD_Components.py ├── database.py ├── main.py └── model.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurhanUlTayyab/GPTZero/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurhanUlTayyab/GPTZero/HEAD/README.md -------------------------------------------------------------------------------- /infer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurhanUlTayyab/GPTZero/HEAD/infer.py -------------------------------------------------------------------------------- /local_infer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurhanUlTayyab/GPTZero/HEAD/local_infer.py -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurhanUlTayyab/GPTZero/HEAD/model.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurhanUlTayyab/GPTZero/HEAD/requirements.txt -------------------------------------------------------------------------------- /webapp/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurhanUlTayyab/GPTZero/HEAD/webapp/Dockerfile -------------------------------------------------------------------------------- /webapp/HTML_MD_Components.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurhanUlTayyab/GPTZero/HEAD/webapp/HTML_MD_Components.py -------------------------------------------------------------------------------- /webapp/database.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurhanUlTayyab/GPTZero/HEAD/webapp/database.py -------------------------------------------------------------------------------- /webapp/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurhanUlTayyab/GPTZero/HEAD/webapp/main.py -------------------------------------------------------------------------------- /webapp/model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurhanUlTayyab/GPTZero/HEAD/webapp/model.py --------------------------------------------------------------------------------