No description
Find a file
2022-02-25 11:18:31 -08:00
.github/workflows Create codeql-analysis.yml 2020-10-01 10:45:34 -07:00
api Faster, less disruptive noise 2020-05-11 15:32:51 -07:00
assets Initial Commit 2020-05-09 16:01:03 -07:00
components Initial Commit 2020-05-09 16:01:03 -07:00
layouts Initial Commit 2020-05-09 16:01:03 -07:00
middleware Initial Commit 2020-05-09 16:01:03 -07:00
pages Update readme and style 2020-05-09 19:59:18 -07:00
plugins Initial Commit 2020-05-09 16:01:03 -07:00
static Initial Commit 2020-05-09 16:01:03 -07:00
store Initial Commit 2020-05-09 16:01:03 -07:00
.editorconfig Add now config 2020-05-09 16:02:29 -07:00
.gitignore Fix request issues 2020-05-09 16:41:23 -07:00
now.json Now config changes 2020-05-09 16:05:37 -07:00
nuxt.config.js Add plausible analytics 2020-05-09 21:23:59 -07:00
package-lock.json Merge pull request #20 from jujugoboom/dependabot/npm_and_yarn/simple-get-3.1.1 2022-02-25 11:18:31 -08:00
package.json Change descriptions 2020-05-09 16:16:51 -07:00
README.md Update README.md 2020-05-09 20:00:45 -07:00
tailwind.config.js Initial Commit 2020-05-09 16:01:03 -07:00

image-scrambler

Image scrambler to defeat image matching censorship

Was inspired by this to create a small app to attempt to evade image detection. Should help beat image detection that uses both hashes of the image, as well as AI image similarity algorithms. Uses DeepAi's image similarity api to give estimates of how similar an AI thinks the resulting image is to the originally provided image.

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate