Code Monkey home page Code Monkey logo

deep-learning-based-recommendation-engine's Introduction

Search based Recommendation Engine

An advanced search query based Recommendation System built using BERT based sentence_transformer model to recommendations for user input query. We implemented semantic search, question answering, summarization and document ranking and correcting spelling error in the search query.


Objectives

  1. Recommend keywords that are more relevant to user’s search query by improving accuracy relevence and optimising the time taken.
  2. Improving the transactional impact by comparative visualization of the dataset scraped and the keywords/analytics provided. Then combining the relevant keys for a better output.
  3. Inserting extra features like input auto-correction, similar searches etc.

Website sample


Tech

Stack: Python, Pandas, Numpy, Faiss, Seaborn, django, HTML, CSS

Model: Implementing Bert (Bidirectional Encoder Representations from Transformers) using Sentence Transformers

Flowchart


Approach

  1. Crawling the given site and scraping the data through Scrapy.

    Scraped Data : (2652,4) 
    

  1. Pre-processing the scraped data along with keywords provided and then calculating frequency weightage i.e. finding most searched.

  1. Implementing SBert model leading to :

    a) Semantic Search (eg. insurance -> vehicle).

    b) Paraphrase Mining (i.e. Text with identical/similar meaning).

    c) Writing Search function -> Analyzing Query Vector ->Fetch into top k_ids.

deep-learning-based-recommendation-engine's People

Contributors

ymohammadadnan avatar

Watchers

 avatar

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.