viberary 0.0.1
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:
- create a virtualenvironment
- Download the requirements
- cd
flask-server
- Download the model artifacts in the release (word2vec and fasttext learned models) into a
models
directory relative toflask_server
- cd
flask_server
andpython api.py
- 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.