Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 262 Bytes

File metadata and controls

16 lines (11 loc) · 262 Bytes

DOCKERIZED WORD2VEC RECOMMENDATION SYSTEM MODEL

About Running:

sudo docker build -t test .
sudo docker run --net=host test

POSTMAN;

POST REQUEST URL : http://0.0.0.0:80/predict

Example Request JSON Body; {"product_id" : "a368901216"}