npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

osml-cdk-constructs

v1.8.1

Published

This project demonstrates a CDK Construct Library which includes the constructs that make up the OversightML (OSML) solution's AWS infrastructure.

Downloads

202

Readme

OSML CDK Constructs

This project demonstrates a CDK Construct Library which includes the constructs that make up the OversightML (OSML) solution's AWS infrastructure.

Table of Contents

Useful commands

  • npm run build compile typescript to js
  • npm run watch watch for changes and compile
  • npm run test perform the jest unit tests

Components

This package contains an assortment of CDK components that may be re-used and re-purposed for your own projects. These components are split into four groups:

  1. osml_*: these are OversightML (osml) components. These create the OSML infrastructure for storing imagery, queueing jobs, setting up SageMaker endpoints, creating a VPC, and more.
  2. mr_*: these are Model Runner (mr) components. These create the Model Runner infrastructure, which is responsible for leveraging the user-provided AI model against images.
  3. me_*: these are Model Endpoint (me) components. These create the Model Endpoint infrastructure, which is responsible for leveraging the user-provided AI models.
  4. ts_*: these are Tile Server (ts) components. These create the Tile Server infrastructure for queuing jobs, lambda sweeper, and more.

To learn more about the CDK constructs and access their API, please visit our documentation page at OSML CDK Constructs Documentation. There, you'll find full in-depth documentation to help you get started with using the constructs in your own projects. You can follow or use our infrastructure setup by visiting OSML project, Guidance for Processing Overhead Imagery.

IAM Permissions / Roles

This CDK construct offers flexibility in role management, allowing you to pass through your custom roles to utilize Model Runner, Models, and/or Tile Server. By default, we have provided policies that can be easily integrated into your roles, enabling seamless access to these containers. This allows you to maintain control over role management and easily switch between different roles as needed.

Working with AWS Cloud Infrastructure

This package is designed with flexibility in mind, taking dependencies only on AWS services and features that are widely available across most regions. Additionally, we’ve open-sourced this package to empower customers to customize these constructs to meet their specific needs and requirements. By open-sourcing the code, we’ve enabled customers to tailor the constructs to their unique environments, ensuring a perfect fit for their cloud infrastructure. If you need further assistance, please don’t hesitate to reach out to us through our Issues page.

Feature Flags

By default, ModelRunner does not send status messages to SNS. To get status messages about the image processing status, set the IMAGE_PROCESSING_STATUS environment variable to the ARN of the SNS topic to send messages to.

Support & Feedback

To post feedback, submit feature ideas, or report bugs, please use the Issues section of this GitHub repo.

If you are interested in contributing to OversightML Model Runner, see the CONTRIBUTING guide.

Security

See CONTRIBUTING for more information.

License

MIT No Attribution Licensed. See LICENSE.