Spark-based movie analysis and recommendation system

Table of contents

1 Introduction

2. Schematic diagram of system functions

3. Partial function display

4 Conclusion


1 Introduction

        This article introduces a Spark-based movie recommendation and analysis system. It is developed based on Python+Spark+Django+MySQL+BootStrap, and the recommendation algorithm here uses a user-based collaborative filtering algorithm.

2. Schematic diagram of system functions

3. Partial function display

(1) Front page:

(2) Background management page:

(3) Data visualization page: 

4 Conclusion

        This project is suitable for python-related technical learning, school year design, graduation design, etc. If you need it, you can private message me.

Guess you like

Origin blog.csdn.net/spx_0108/article/details/130922716