All Projects → metabrainz → listenbrainz-labs

metabrainz / listenbrainz-labs

Licence: GPL-2.0 license
A collection tools/scripts to explore the ListenBrainz data using Apache Spark.

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to listenbrainz-labs

github-recommendation-engine
A github repository suggestion system
Stars: ✭ 82 (+412.5%)
Mutual labels:  recommendation-system
auction-website
🏷️ An e-commerce marketplace template. An online auction and shopping website for buying and selling a wide variety of goods and services worldwide.
Stars: ✭ 44 (+175%)
Mutual labels:  recommendation-system
BERT4Rec-VAE-Pytorch
Pytorch implementation of BERT4Rec and Netflix VAE.
Stars: ✭ 212 (+1225%)
Mutual labels:  recommendation-system
retailbox
🛍️RetailBox - eCommerce Recommender System using Machine Learning
Stars: ✭ 32 (+100%)
Mutual labels:  recommendation-system
data-science-popular-algorithms
Data Science algorithms and topics that you must know. (Newly Designed) Recommender Systems, Decision Trees, K-Means, LDA, RFM-Segmentation, XGBoost in Python, R, and Scala.
Stars: ✭ 65 (+306.25%)
Mutual labels:  recommendation-system
seminar
ECNU ICA seminar materials
Stars: ✭ 14 (-12.5%)
Mutual labels:  recommendation-system
image embeddings
Using efficientnet to provide embeddings for retrieval
Stars: ✭ 107 (+568.75%)
Mutual labels:  recommendation-system
Long-Tail-GAN
Adversarial learning framework to enhance long-tail recommendation in Neural Collaborative Filtering
Stars: ✭ 19 (+18.75%)
Mutual labels:  recommendation-system
recommender system with Python
recommender system tutorial with Python
Stars: ✭ 106 (+562.5%)
Mutual labels:  recommendation-system
Recommendation-System-Baseline
Some common recommendation system baseline, with description and link.
Stars: ✭ 34 (+112.5%)
Mutual labels:  recommendation-system
datatheque.com
a data science blog
Stars: ✭ 12 (-25%)
Mutual labels:  recommendation-system
NVTabular
NVTabular is a feature engineering and preprocessing library for tabular data designed to quickly and easily manipulate terabyte scale datasets used to train deep learning based recommender systems.
Stars: ✭ 797 (+4881.25%)
Mutual labels:  recommendation-system
WSDM2022-PTUPCDR
This is the official implementation of our paper Personalized Transfer of User Preferences for Cross-domain Recommendation (PTUPCDR), which has been accepted by WSDM2022.
Stars: ✭ 65 (+306.25%)
Mutual labels:  recommendation-system
ADER
(RecSys 2020) Adaptively Distilled Exemplar Replay towards Continual Learning for Session-based Recommendation [Best Short Paper]
Stars: ✭ 28 (+75%)
Mutual labels:  recommendation-system
mildnet
Visual Similarity research at Fynd. Contains code to reproduce 2 of our research papers.
Stars: ✭ 76 (+375%)
Mutual labels:  recommendation-system
oh-my-papers
Oh-My-Papers: a Hybrid Context-aware Paper Recommendation System
Stars: ✭ 18 (+12.5%)
Mutual labels:  recommendation-system
cs6101
The Web IR / NLP Group (WING)'s public reading group at the National University of Singapore.
Stars: ✭ 17 (+6.25%)
Mutual labels:  recommendation-system
Recommendation-system
推荐系统资料笔记收录/ Everything about Recommendation System. 专题/书籍/论文/产品/Demo
Stars: ✭ 169 (+956.25%)
Mutual labels:  recommendation-system
Tf-Rec
Tf-Rec is a python💻 package for building⚒ Recommender Systems. It is built on top of Keras and Tensorflow 2 to utilize GPU Acceleration during training.
Stars: ✭ 18 (+12.5%)
Mutual labels:  recommendation-system
awesome-graph-self-supervised-learning-based-recommendation
A curated list of awesome graph & self-supervised-learning-based recommendation.
Stars: ✭ 37 (+131.25%)
Mutual labels:  recommendation-system

Note: This repository is archived and merged into listenbrainz-server. Please open all pull requests in the listenbrainz-server codebase.

Things to do in order for them to run correctly:

Set env var:

export PYSPARK_PYTHON=which python3

Install required modules:

pip3 install -r requirements.txt

Install java and scala:

apt-get install default-jdk scala

Install spark (download 2.3.0 tgz for hadoop and unzip in /usr/local/spark

To run the scripts:

spark-submit --master spark://195.201.112.36:7077 --executor-memory=29g pwd/<script>

spark-submit --master spark://195.201.112.36:7077 --executor-memory=29g pwd/train_models.py df models

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].