Skip to content

Music Recommendation System using PostgreSQL

License

Notifications You must be signed in to change notification settings

sankethire/MusicRecommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MusicRecommender

Music Recommendation System using postgres

Datasets

References

Commands

  1. Dump DB: pg_dump -d project -h localhost -U postgres > project.sql
  2. Load DB: psql -U postgres -d project -f project.sql (Create DB named porject before hand)

Releases

No releases published

Packages

No packages published

Languages