energetic-ai
energetic-ai copied to clipboard
EnergeticAI is TensorFlow.js, optimized for serverless environments, with fast cold-start, small module size, and pre-trained models.
# Background There was a fantastic idea from a Redditor about making EnergeticAI run well in Cloudflare Workers, so you can have super fast inference at the edge, without the...
# Background There was a fantastic idea from a Redditor about making EnergeticAI run well in Cloudflare Workers, so you can have super fast inference at the edge, without the...
EnergeticAI currently uses the lite Universal Sentence Encoder model, which is English only: https://tfhub.dev/google/universal-sentence-encoder-lite/2 It's possible we could convert one of the smaller multilingual models on TFHub and explore if...