Hacker News new | ask | show | jobs
by nmhancoc 770 days ago
Working on Cardamom, a compiler that transforms trained ML models into C libraries for easy, simple embedding in applications.

I have an example use case of embedding a snake AI player (trained in Python) in a JavaScript version of snake for distribution on the web.

https://www.cardamom.ai/snake.html

I have a similar demo building for iOS, I’ve deployed ML as a lambda layer before, and I’d like to continue embedding in fun places.