Skip to content
View henrikalbihn's full-sized avatar
πŸ‘¨β€πŸ’»
πŸ‘¨β€πŸ’»

Block or report henrikalbihn

Report abuse

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

Report abuse
henrikalbihn/README.md

Hey, I'm Henrik. πŸ‘‹

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