Coder Social home page Coder Social logo

2019's Introduction

[DP] Session based recommendation system

Prerequisites

Getting Started

  • Make sure you have installed the NVIDIA driver installed on the host system
  • Docker
  • Download dataset into /data/input directory.

Spawning and running the container

docker compose up

Usage

Go to http://127.0.0.1:8888 in your browser or click the link in the console.

Installing packages

This image contains conda + pip, therefore install the packages as followed:

docker compose exec jupyterlab bash -ic "conda install <package>"

or

docker compose exec jupyterlab bash -ic "pip install <package>"

To persist the packages when rebuilding the image, packages need to be freezed into environment file.

docker compose exec jupyterlab bash -ic "conda env export --no-build > environment.yml"

Scripts

Project also contains helper scripts to generate or process data directly from console. No need to run jupyter notebooks.

Usage

  1. Clone .env.example file and rename it to .env file. Change the env variables if you wish or keep the defaults.

  2. From root directory of project run

docker compose exec jupyterlab bash -ic "python src/<script_name>.py"

e.g.

docker compose exec jupyterlab bash -ic "python src/preprocess.py"

2019's People

Contributors

fmoghaddam avatar jensadamczak avatar mcfreddie777 avatar yasdel 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.