Engine
Engine copied to clipboard
The Centrifuge process, filter and saves the relevant documents as recommendations to the relevant users
Add a dockerfile to the repository, using gunicorn as the flask server initializer. Add to the README.md file instructions how to setup and have the engine running with minimal effort
@liadmagen 's idea: https://www.kdnuggets.com/2018/07/cookiecutter-data-science-organize-data-project.html
Create an easy way to compare documents through their contents, using Doc2Vec Read this blog post for background and details about this algorithm: https://medium.com/scaleabout/a-gentle-introduction-to-doc2vec-db3e8c0cce5e To do so, you should first...
[Flask-script](https://flask-script.readthedocs.io/en/latest/) is no longer maintained. It should be replaced with the [flask CLI](http://flask.pocoo.org/docs/1.0/cli/) to ` flask run `