Show HN: Carton – Run any ML model from any programming language

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. carton

    Run any ML model from any programming language.

    * Architecture - https://github.com/VivekPanyam/carton/blob/main/ARCHITECTURE...

    Please let me know what you think!

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. ivy

    Convert Machine Learning Code Between Frameworks

    is this ancillary to what [these guys](https://github.com/unifyai/ivy) are trying to do?

  4. tfgo

    Tensorflow + Go, the gopher way

    eh, awesome! Seems this one, right? https://github.com/galeone/tfgo. Quite many stars.

  5. arboreal

    pure Go library for gradient boosted decision trees

    We used Triton Inference Server (with a Golang sidecar to translate requests) for model serving and a separate Go app that handled receiving the request, fetching features, sending to Triton, doing other stuff with the response, serving. This scaled to 100k QPS with pretty good performance but does require some hops.

    In general writing pure Go inference libraries sucks. Not easy to do array/vector manipulation, not easy to do SIMD/CUDA acceleration, cgo is not go, etc. I wrote a fast XGBoost library at least (https://github.com/stillmatic/arboreal) - it's on par with C implementations, but doing anything more complex is going to be tricky.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Ask HN: Why do maintainers spend time reviewing my code?

    1 project | news.ycombinator.com | 24 Nov 2025
  • PyTorch vs TensorFlow 2025: Which one wins after 72 hours?

    3 projects | dev.to | 29 Aug 2025
  • None of the top 10 projects in GitHub is actually a software project 🤯

    6 projects | dev.to | 10 May 2025
  • Top Programming Languages for AI Development in 2025

    9 projects | dev.to | 29 Apr 2025
  • Fine-tuning LLMs locally: A step-by-step guide

    4 projects | dev.to | 8 Apr 2025