Docker
Step 1. Installdocker pull maxdotio/mighty docker run -p 5050:5050 -t maxdotio/mighty >Mighty server for embeddings is listening on http://localhost:5050Step 2. Infer!
curl http://localhost:5050/\?text=Hello+mighty. >{ > "took":8, > "text":"Hello mighty.", > "shape":[5,384], > "outputs":[[0.066911593079,0.162673592567,...,-0.233405888080]] >}