NodeJS

Making a GPT2 Twitter Bot - Applied AI Part II

Learn how to train your own GPT2 model to generate text with Google Colab, and then turn it into a Twitter bot.…

How to Make Your Own AI-based Text Generator - Applied AI Part I

Learn how to use existing tools, frameworks and libraries to create an AI-based text generation service.…

Watch out for Erlang-style callbacks in RabbitMQ

When using RabbitMQ, you're probably going to use the amqp-node library. It's good even though it really only has the bare minumum of functions you need for Rabbit connectivity. The biggest gotcha of the all though is that this library, at least for some functions, uses a different callback pattern…