Detects fursuit pictures via PyTorch!
- Full video: Fursuit detection AI version 1.0
- Original video used to test the model: Furrydelphia 2019 Fursuit Parade
- Tools to run the AI created originally by Tianxiaomo
Created using Next.js + TypeScript for the front-end -- while Flask for the back-end, and PyTorch for handling the AI.
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