An Anvil + Flask webapp for for computer vision anomlay detection with Anodet framework.
- Python 3.10
- mkdocs, mkdocstrings, mkdocs-material
- anvil, anvil-uplink
- mccp
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
Simply run the client code from Anvil website and the server code in _run.py
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"
}
Run terminal command:
mkdocs serve