Liad
Liad
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
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...
Arxiv.org updates the papers once a day. Multiple requests in a short period of time 'wastes' the arxiv server by re-querying data. A solution for this would be daily-caching of...