Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 479 Bytes

File metadata and controls

28 lines (21 loc) · 479 Bytes

EvOps / Machine Learning

Build Instructions

  1. Create a .env.

    cp .env.example .env
  2. Make sure you have python exetuble in your envirement with python modules pre-installed.

  3. Run the server.

    cd server
    • Development mode:

      bacon
    • Release mode:

      cargo run --release
  4. gRPC server should be available on http://0.0.0.0:50051 by default.