Skip to content
#

product-recommendation

Here are 50 public repositories matching this topic...

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.

  • Updated Apr 25, 2023
  • Jupyter Notebook

The sample code repository leverages Azure Text Analytics to extract key phrases from the product description as additional product features. And perform text relationship analysis with TF-IDF vectorization and Cosine Similarity for product recommendation.

  • Updated Apr 12, 2022
  • HTML

ProdSense: Multi-agent product recommendation system powered by CrewAI. Scrapes product details from any product website, discovers alternatives, analyzes community sentiments, and curates YouTube reviews. Outputs tailored Markdown recommendations. Experimental, API-driven, and open for tinkering.

  • Updated Jun 18, 2025
  • Python

Improve this page

Add a description, image, and links to the product-recommendation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the product-recommendation topic, visit your repo's landing page and select "manage topics."

Learn more