This small blog post is about how to set up a demo environment for using Caikit and Hugging Face models on your local machine.
Change the index-url in pip.conf
You may run into the situation that you can't install libraries for Python on your local computer.
Use Label Sleuth to build your train and test data input
This blog post is written in the context of creating a text classification model. The objective is to build and train a text classification model to identify topics in a text. These topics are Kubernetes and Watson NLP. As the train and test data, we will use an export from my blog on wordpress.com. This data we will label this with the open-source tool called Label Sleuth.
How to convert XML data to CSV in a Jupyter Notebook with Python?
This blog post contains an extract of a Jupyter Notebook related to how to convert XML data to comma separated value in a Jupyter Notebook.
How to install MkDocs on Mac and setup the integration to GitHub pages?
This blog post contains the simplified steps to setup MkDocs for a GitHub project to use it with GitHub Pages. I won't covering details. The blog post is for me a little cheat sheet and maybe it is also useful for you. Steve Martinelli created an awesome blog post in that context called 5 Features I Like About Material for MkDoc.
(outdated) Create a python application instance in less than 5 min on IBM Cloud
In that blog post I want to highlight the cool topic: How to create a python application instance in minutes on IBM Cloud, using public Cloud Foundry. This could be useful in a Hackathon with Hackers who are new to IBM Cloud. Therefore I made a short 5 min YouTube video. Here is the link... Continue Reading →