Creating a word cloud with data from MongoDB in a Jupyter Notebook Word clouds can be an interesting way to display data, but they look better with a shape, so in this example we’re going to show how to make a word cloud with the shape coming form from a PNG image Requirements Most importantly, you’ll need a dataset with the news titles, if you want you can ask me and I’ll provide it, send us an email.
Blog
Setting up a new service in an existing FARGATE cluster In this document we’ll describe how to set up a new FARGATE service from the aws-cli. Note: because this is an advanced subject which may require some troubleshooting and additional steps not listed here, it might be more useful as a guide Requirements For setting up the new FARGATE service with the AWS cli, we need some things already in place and configured
How to set up a container deployment pipeline with AWS Fargate and GitHub actions There are many tutorials online and scattered documentation on how to do this, but not a single guide you can follow from start to finish, so here you have an attempt to do that. Requirements For this to work, you will need a few things set up first, some of them won’t be covered entirely because we want to focus on the AWS Fargate deployment pipeline.
What is Big Data? We often hear about Big Data and wonder what it means, what are the implications, and how we can get value from it, and here we’ll provide some examples. First of all, we need to define what is Big Data, and considering the broadness of the term, we will limit ourselves to the amount of records, and consider Big Data hundreds of millions to billions or more.
How to build a simple sentiment analysis classifier API In this blog post, we would like to show you a minimal example on how to build a simple deep neural network API for sentiment analysis. From designing the model and training of the data to the deployment of the API. A very common use case for A.I. is to classify text, which is not an easy task even for advanced models.
How we integrated Watson Personality Insights to analyze hundreds of millions of users One of our biggest clients needed to pair social media influencers with brands, and a great way to use A.I. for that purpose would be to use Watson’s personality insights to figure out which influencers would be a good pair for each brand. For example, Red Bull is associated with extreme sports, and it would make sense to match it with someone that is extroverted, thriving for adventure, very active, etc.