Git Product home page Git Product logo

recommendation_system's Introduction

Introduction

Hybrid recommendation based system that implements state-of-the-art NLP embedding methods to classify and suggest most related documents to users.

Built With

The following technologies, frameworks and libraries have been used:

We strongly suggest to create a virtual env (i.e. 'recommendation_system') providing the python version otherwise it will not install previous libraries:

conda create -n recommendation_system python=3.8.8 
conda activate recommendation_system

If you want to run it manually you need to have python 3.8.8 configured on your machine.

  1. Install all the libraries using the requirements.txt files that can be found in the main repository
pip install -r requirements.txt
  1. Run the system
python main.py -ep "end_path" -p "path" -mp "model_path" -pdf "pdf_path" -u 'utent row number' -up "user_path" -c "category"

where:

  • -ep folder path that will contain generated files
  • -p folder path containing category folders
  • -emb switch to specify whether to compute embedding of all documents
  • -mp folder path that will contain model files, it can coincide with -ep path
  • -pdf path to pdf file for recommendation
  • -u user row number in database
  • -up path containing user data
  • -c category name

i.e.

python main.py -ep "C:\Desktop\recommendation_data" -p "C:\Desktop\Datasets" -emb "yes" -pdf "C:\Desktop\cool_file.pdf" -u 3000 -up "C:\Desktop\user_data.csv" -c "Fancy category"

Possible next steps

  1. Configure a docker registry in order to publish docker images
  2. Code refactoring to remove unused code and polish it
  3. Use Cython for Doc2Vec embedding to allow parallelization and faster performance

recommendation_system's People

Contributors

violetraven avatar

Stargazers

 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.