# RecommendSystem **Repository Path**: sindre/RecommendSystem ## Basic Information - **Project Name**: RecommendSystem - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RecommendSystem 利用豆瓣电影评分数据,做的一个推荐系统 用flask做了一个简单的页面。然后运行一个推荐后台做实际的推荐分析。前端页面通过socket和一个简单的协议和推荐后台通信,得到推荐结果 2017-8-13 09:21:51 --- 拆分为两个模块: 1. [推荐引擎](https://github.com/dhjack/RecommendSystemEngines) 2. [推荐前端页面](https://github.com/dhjack/RecommendSystemWebsite)