Postgres ML Usages
SELECT pgml.transform( 'translation_en_to_fr', inputs => ARRAY[ 'Welcome to the future!', 'Where have you been all this time?' ] ) AS french;
Home – PostgresML
Train and deploy models to make online predictions using only SQL, with an open source Postgres extension.
https://postgresml.org/


Seonglae Cho