Skip to content

ddangelov/RESTful-Top2Vec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Top2Vec Model REST API

Expose a trained and saved Top2Vec model with a REST API.

Get Docker Image

docker pull ddangelov/restful-top2vec

Run Container

Docker Run Arguments:

  • model_path: Path to a saved Top2Vec model.
  • model_name: Name of Top2Vec model. (Should not contain spaces.)
export model_path="/path_to_top2vec_model"
export model_name="model_name"

docker run -v $model_path:/app/top2vec_model -e model_name=$model_name -d --name $model_name -p 80:80 ddangelov/restful-top2vec

Documentation

Go to http://localhost:80/docs

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy