Skip to content

Dorifor/word2vec-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word2Vec Tester

A simple utility tool to test word2vec models (with the sajari/word2vec library)

🤓 Usage

word2vec-tester -b <pre-trained_binary_path>

It'll start a local server at localhost:3333

📷 Screenshots

Screenshot 2025-03-22 at 17-09-21 Word2Vec Tester

🪛 Build

  1. Clone the repo
  2. Install the go project dependencies
  3. go build .

🙏 Credits