Skip to content

API used to generate semantic embeddings for the zeeguu application.

License

Notifications You must be signed in to change notification settings

zeeguu/semantic-emb-api

Repository files navigation

Simple Flask API to generate Semantic Embedding Vectors

To download new articles, you will need to set up the embedding API that will encode the new articles coming in to Zeeguu. This allows them to be inferred into topic categories.

To do this create you either

Download the image and run it

docker run zeeguu/semantic-emb-api

Build a docker image by cloning the semantic-emb-api and running the command:

docker build -f Dockerfile -t zeeguu/semantic_emb_api .

This will install the image which is part of the dependencies of the dev_server docker-compose in the zeeguu/api repository

With this you can run:

docker-compose up dev_init_es

About

API used to generate semantic embeddings for the zeeguu application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published