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

Hi I'm Henrik. ๐Ÿ‘‹

๐Ÿ”ฎ AI Scientist | ๐Ÿ› ๏ธ MLOps Engineer

I'm passionate about building systems that can learn and reason. Currently in stealth mode ๐Ÿคซ researching:

  • multimodal/vision language models
  • multi-agent systems
  • spatial reasoning
  • embedded small language models

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
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 33 2

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

    GLiClass model in a FastAPI microservice.

    Python 4

  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