Skip to content

viberary 0.0.1

Compare
Choose a tag to compare
@veekaybee veekaybee released this 21 Jun 15:57
· 150 commits to main since this release

Viberary release notes

This is the first "release" of ✨ Viberary✨. I'm releasing this ahead of a major refactor to include the new BERT model and clean up the code into actual OOP + Docker. It includes the artifacts and code needed to run the word2vec model demoed here:

word2vec_viberary.mov

🚧🚧🚧🚧 This code is ridiculously under construction, not production-grade, no unit tests 😿 , no guarantees are made about its quality or the developer's state of mind while constructing it 🚧🚧🚧🚧🚧

To run the models:

  1. create a virtualenvironment
  2. Download the requirements
  3. cd flask-server
  4. Download the model artifacts in the release (word2vec and fasttext learned models) into a models directory relative to flask_server
  5. cd flask_server and python api.py
  6. You "should" see a Flask app on localhost:5000 in your web broswer.

Try inputting some words and switching between models to see what the models return.