chip-n-scale-queue-arranger
                                
                                 chip-n-scale-queue-arranger copied to clipboard
                                
                                    chip-n-scale-queue-arranger copied to clipboard
                            
                            
                            
                        Chip 'n scale: Queue Arranger helps you run machine learning models over satellite imagery at scale
Currently, Chip N Scale only sends tiles to a single TFServing image, and soon we may need to send a single image to multiple TFServing images for model inference. cc:...
Ref: https://github.com/developmentseed/chip-n-scale-queue-arranger/pull/9 We should at some time expand support for where models live that can be automatically built into an image. Suggested protocols include: `https://`, `fs://`, `s3://`
For fast release, this library was originally written in Node. In order to extend it's functionality, we will be gradually re-writing in Python: - Better integration with the machine learning...
Rather than provide specific configuration options, we'll provide a host of utility functions for the primary functions needed. Users will still be expected to write their own lambda function with...