Skip to content

Calculate similarity of different tags based on the data of stackoverflow

Notifications You must be signed in to change notification settings

roozbehsayadi/Stackoverflow-Tag-Recommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recommender System with Stackoverflow's Data

This project is written to recommend tags based on data from stackoverflow.

Running the Project

  • Create a database with name "stackoverflow_recommender" on postgresql.
  • Run migration files with migrate.sh file. See the file's content for additional information.
  • Dump data in database with loaddata.sh script.
  • Go to cmd/similarity folder and run the project.
    • go build -o similarity.out
    • ./similarity.out
  • After the program is run, reports will be available in cmd/similarity folder (as they are now).

About

Calculate similarity of different tags based on the data of stackoverflow

Resources

Stars

Watchers

Forks

Packages

No packages published