Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/easonlai/product_recommendations_with_gpt

I have improved the demo by using Azure OpenAI’s Embedding model (text-embedding-ada-002), which has a powerful word embedding capability. This model can also vectorize product key phrases and recommend products based on cosine similarity, but with better results. You can find the updated repo here.
https://github.com/easonlai/product_recommendations_with_gpt

azure azure-openai azure-openai-api cosine-similarity openai product-recommendation python python3 recommender-system text-embedding text-embeddings word-embedding word-embeddings

Last synced: 3 months ago
JSON representation

I have improved the demo by using Azure OpenAI’s Embedding model (text-embedding-ada-002), which has a powerful word embedding capability. This model can also vectorize product key phrases and recommend products based on cosine similarity, but with better results. You can find the updated repo here.

Awesome Lists containing this project