RickWayne1125 / Movie4U

Movie For You is a movie recommendation system with basic functions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie4U

Movie For You is a movie recommendation system with basic functions.

Configurations are set in the config.py file.

database = {
    'url': 'database url',  # Put Your Database URL Here
    'user': 'admin',        # User Name For Database Access
    'pwd': 'pwd'            # Password
}
spark = {
    'url': 'spark url'      # URL For Spark Requests
}
pic_folder = {
    'url': 'pic link'       # The Path For Pic Folder
    # access a picture with <pic_link['url']> + xx.jpg
}

About

Movie For You is a movie recommendation system with basic functions.

License:GNU General Public License v3.0


Languages

Language:Python 79.1%Language:Jupyter Notebook 15.6%Language:JavaScript 2.3%Language:HTML 1.5%Language:Shell 1.0%Language:CSS 0.6%