fusky-labs / fursuit-detector-web

[Unmaintained] Detects fursuit pictures with AI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fursuit Detector

Detects fursuit pictures via PyTorch!

Stack

Created using Next.js + TypeScript for the front-end -- while Flask for the back-end, and PyTorch for handling the AI.

Get it up and running

You'll need an up-to-date version of both Node (at least v16.x) and Python (at least v3.9) to properly get it up and running.

Fork and clone the repo and install the required dependencies:

npm install

Next, install Python backend stuff:

pip install -r requirements.txt

Then finally, run both Node and Python dev servers by simply running:

npm run dev

"But how are you able to run both Python and Node servers?", you ask -- fortunately, there's an npm package called concurrently which has the ability to run our Next.js dev server and Python Flask server simultaneously. Without opening a second terminal!


© 2021-22, created by thatITfox & skepfusky, MIT license

About

[Unmaintained] Detects fursuit pictures with AI

License:MIT License


Languages

Language:TypeScript 38.4%Language:SCSS 25.8%Language:Python 20.8%Language:Shell 9.1%Language:Dockerfile 4.3%Language:JavaScript 1.6%