GithubHelp home page GithubHelp logo

gallogiulia / aoai_recommender Goto Github PK

View Code? Open in Web Editor NEW

This project forked from carmatthews/aoai_recommender

0.0 0.0 0.0 26 KB

A content-based recommender using Azure OpenAI for generating embeddings and a conversational experience.

License: MIT License

Jupyter Notebook 100.00%

aoai_recommender's Introduction

Azure OpenAI Product Recommender

AOAI_Recommendations.ipynb implements a content-based filtering recommendation system that matches a user's request to items from a product catalog using the descriptive (textual) information.

The first step is to generate embeddings for the textual item descriptions from the product catalog (using an Azure OpenAI embeddings model) that are referenced when a recommendation request is received.

When a user makes a request for a recommendation, an embedding is generated for their query. Each item in the catalog is scored based on the similarity between its embedding and the request embedding.

The recommender then uses the conversational capabilties of Azure OpenAI (ChatGPT) to provide an interactive experience for user's requesting recommendations. The prompt to ChatGPT is enriched with a set of the top scoring similar products along with the user's question, then the conversational flow can be used to narrow down the set of recommendations further.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.