Introducing gates, the realtime-API on top of refinery

Imagine the following: you've used refinery to set up a really cool NLP mechanism, including some heuristics for regular expressions, some active learners, and maybe even an integrated large-language model. But now that you've set this up, you figured that you would love to use the automation outside of refinery. Bummer, because refinery has been designed from the ground up to work well with batches of data, but not with realtime data.

Enter gates. Your plugin on top of refinery, which allows you to directly use your refinery project in realtime.

gates comes with almost zero setup, as it synchronizes all details directly from refinery.

You can just start right away to build great and powerful NLP APIs right away. Check out the docs of gates