├── .github └── workflows │ └── static.yml ├── README.md ├── index.html ├── main.py └── nodejs ├── README.md ├── example.js ├── index.js └── package.json /.github/workflows/static.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpeedAI-team/HumanizerAI/HEAD/.github/workflows/static.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpeedAI-team/HumanizerAI/HEAD/README.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpeedAI-team/HumanizerAI/HEAD/index.html -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpeedAI-team/HumanizerAI/HEAD/main.py -------------------------------------------------------------------------------- /nodejs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpeedAI-team/HumanizerAI/HEAD/nodejs/README.md -------------------------------------------------------------------------------- /nodejs/example.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpeedAI-team/HumanizerAI/HEAD/nodejs/example.js -------------------------------------------------------------------------------- /nodejs/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpeedAI-team/HumanizerAI/HEAD/nodejs/index.js -------------------------------------------------------------------------------- /nodejs/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpeedAI-team/HumanizerAI/HEAD/nodejs/package.json --------------------------------------------------------------------------------