1. Define Your Domain-Specific Entities

Let’s start with gathering data

I have found all too familiar (and worrysome froma s ecurity perspective) that engineers often share configs for networtk devices all over the place. One common place is pastebin, so using a bit fof custom pastebin grepping, we can pull plenty of sample configs and not worry about any of our organization secrets.

Labeling

Using Label Studio, we can import the sample data and get started applying labels

  • Running docker ` run -it -p 8080:8080 -v %cd%/mydata:/label-studio/data heartexlabs/label-studio:latest label-studio –log-level DEBUG`
  • Startup local web interface localhost:8080