Skip to content
View henrikalbihn's full-sized avatar
👨‍💻
👨‍💻

Block or report henrikalbihn

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
henrikalbihn/README.md

Founder • AI Scientist • MLOps Engineer

I'm passionate about building systems that can learn and reason.

Currently, AI Engineer @ Strange Loop Labs automating business processes for some of the world's largest companies.

Let's build! 🚀

Publications 📝

Level Up Coding 🆙

Title Date Link
3x Faster File Conversion with DuckDB: Streamline Your Data Engineering Tasks 2024-09-23 Read Article
Dipping Your Toes into JavaScript: An Intro Guide for Python Developers 2024-09-16 Read Article
The Modern Data Stack is Dead: One Database to Rule Them All 2024-08-26 Read Article

AI in Plain English 📚

Title Date Link
Decision Boundaries: What Separates Senior ML Engineers from the Rest 2024-09-30 Read Article
Qwen2.5 Model Family: Small Language Models are Getting Good 2024-09-24 Read Article
Efficient Text Classification: Flexible Transformer-Based Classification with GLiClass 2024-09-19 Read Article
Detect Anything in Text: Scalable, State of the Art NER with GLiNER 2024-09-02 Read Article
GPT Anywhere: Custom, Private, On-Device Language Models with Ollama 2024-09-02 Read Article
4 Cool AI Developer Tools I've Been Using Lately 2024-08-27 Read Article
What the Heck is a Classifier?: A Beginner’s Guide to Classification by an ML Scientist 2024-03-14 Read Article
On Similarity Search: A Primer on the Math that Powers LLMs like GPT-4, Gemini, Claude 2024-03-13 Read Article

Projects 💻

Title Link
Levitate Check it out
Theta Labs Check it out
Machine Learning Academy Check it out
SQLGenie Check it out
QuickerChat Check it out

👇🏼 Named Entity Recognition microservice from this article

GLiNER Repo Card

👇🏼 Text Classification microservice from this article

GLiClass Repo Card

👇🏼 DuckDB file conversion bash script from this article

Gist Card

📈 Stats

henrik-albihn

henrik-albihn

henrik-albihn

💻 Tech Stack

👇🏼 Some of the tech I've used.

tech-stack

Pinned Loading

  1. gliner-as-a-service gliner-as-a-service Public

    GLiNER model in a FastAPI microservice.

    Python 44 4

  2. gliclass-as-a-service gliclass-as-a-service Public

    GLiClass model in a FastAPI microservice.

    Python 5

  3. ChatGPT-dash-app ChatGPT-dash-app Public

    A basic writing assistant app in pure Python using ChatGPT and Dash.

    Python

  4. go-grpc-pingpong go-grpc-pingpong Public

    A simple gRPC boilerplate project in Golang.

    Go

  5. Data Engineer File Converter Data Engineer File Converter
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    set -euo pipefail
    4
    
                  
    5
    DESCRIPTION="Convert an input file of {csv, parquet, json} format to {csv, parquet, json} format"
  6. file-converter file-converter Public

    JSON->CSV speed comparison 🦆🐻‍❄️🐼

    Python 3 1