Knowledge Graph for Cosmetics

Course project for INF 558 Building Knowledge Graphs in USC

Contributors:

Introduction

  • To help users to pick the right products without grasping information from different sources and to select suitable items based on users’ needs.

  • final report summary

  • demo video

Data Source

Pipeline

How to run

Set up

Run

  • Run Apache Jena Fuseki with ttl file
   ./fuseki-server --file=RDF_full.ttl /ds
  • Run Flask server
   python ./project/myflask/flaskapp.py

Reference