starry / backend /libs /browserComponents.ts
k-l-lambda's picture
feat: add Python ML services (CPU mode) with model download
2b7aae2
globalThis.btoa = (str) => Buffer.from(str, 'binary').toString('base64');
globalThis.atob = (str) => Buffer.from(str, 'base64').toString('binary');