This project is written to recommend tags based on data from stackoverflow.
- 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).