Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 395 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 395 Bytes

eMovie - Movie Recommendation System

backend - Spring Boot + MySQL + MyBatis + Lucene + Redis

backend structure

  • controller
  • service
  • dao
  • MySQL

Main Features:

  • authentication and authorization
  • fuzzy query of movie titles
  • movie recommendations (three recommendation models)
  • movie metadata caching

Recommendation Models:

  • Hybrid Recommendation
  • TF-IDF
  • Collaborative Filtering