Skip to content

An Anvil + Flask webapp for for computer vision anomlay detection with Anodet framework.

Notifications You must be signed in to change notification settings

OpenAOI/anodet-anvil

Repository files navigation

anodet-anvil

An Anvil + Flask webapp for for computer vision anomlay detection with Anodet framework.

Requirements

  • Python 3.10
  • mkdocs, mkdocstrings, mkdocs-material
  • anvil, anvil-uplink
  • mccp

Installation

git clone https://github.com/OpenAOI/anodet-anvil.git

Clone the Anvil Works Project Source Code

pip install mkdocs mkdocstrings mkdocs-material anvil anvil-uplink mccp

Clone Anodet into parent directory

git clone https://github.com/OpenAOI/anodet.git

Starting the application

Simply run the client code from Anvil website and the server code in _run.py

What about uplink key?

Head over to Anvil Works to get your uplink key. Create anvil_key.json and place the uplink key in you root dir like this:

{
    "Server_Uplink_Key": "server_XXXXXXXXXXXXXXXXXXXXXXXX-xxxxxxxxxxxxxxxxx"
}

For documentation

Run terminal command:

mkdocs serve

About

An Anvil + Flask webapp for for computer vision anomlay detection with Anodet framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published