/edge-ai

Proof-of-concept AI Backend Module for FOLIO

Primary LanguagePython

edge-ai

Developing

  1. Install poetry
  2. Clone the repository git clone --depth=5 https://github.com/folio-labs/edge-ai.git
  3. Change to the primary directory cd edge-ai/
  4. Run dependency installation poetry install
  5. Source local environmental .env file source .env
  6. Run fastapi in local dev mode poetry run fastapi src/edge_ai/main.py