Skip to content

angelaaaateng/NLP_Recommender_System

Repository files navigation

Pangea Recommender System

Recommender System - Marketplace Matching Script for Pangea.App

  • Recommender_lib.py - Python Script containing Word2Vec model and recommender system
  • app.py - flask application for deploying the recommender system; Flask App for Pangea.App
  • requirements.txt - requirements needed to run the model
  • Pangea_RS_Cleaned.ipnyb - Jupyter Notebook that outlines word2vec model and data output line by line
  • App_Notebook_Viz.ipynb - Jupyter notebook with more detailed explanation of each part of the code.

Notes for running flask app:

  • remember to check both the client and server side
  • use the curl command to call on the flask app: curl localhost:5000/pangeaapp -d '{"title": "Teach me how to cook!"}' -H 'Content-Type: application/json'

Transfer Learning:

About

NLP-based marketplace recommender system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages