Hello world!
I'm Ian Chew, I am an AI software engineer at Kings Distributed Systems, working on implementing AI/ML programs over the Distributed Compute Protocol for Distributed Compute Labs.
        
const protocol = require('dcp/protocol')
const tf = require('tfjs');
        
      
        I also implemented a tool for turning pre-trained TensorFlow.js models into DCP packages which you can require in a DCP worker, just like
        requiring tfjs above.