Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

fusky-labs/fursuit-detector-web

Repository files navigation

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