All Projects → Colaplusice → Book_recommend

Colaplusice / Book_recommend

基于协同过滤的书籍推荐系统

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Book recommend

Metarec
PyTorch Implementations For A Series Of Deep Learning-Based Recommendation Models (IN PROGRESS)
Stars: ✭ 120 (-19.46%)
Mutual labels:  django, collaborative-filtering
Django Gamification
The missing Django Gamification Package
Stars: ✭ 147 (-1.34%)
Mutual labels:  django
Django Fsm
Django friendly finite state machine support
Stars: ✭ 1,898 (+1173.83%)
Mutual labels:  django
Arches
Arches is a web platform for creating, managing, & visualizing geospatial data. Arches was inspired by the needs of the Cultural Heritage community, particularly the widespread need of organizations to build & manage cultural heritage inventories
Stars: ✭ 146 (-2.01%)
Mutual labels:  django
Openwisp Users
Implementation of user management and multi-tenancy for OpenWISP
Stars: ✭ 145 (-2.68%)
Mutual labels:  django
Django Mail Templated
Send emails using Django template system
Stars: ✭ 146 (-2.01%)
Mutual labels:  django
Django mail admin
The one and only django app to receive & send mail with templates and multiple configurations.
Stars: ✭ 140 (-6.04%)
Mutual labels:  django
Alize
Visualize Your Github Profile
Stars: ✭ 148 (-0.67%)
Mutual labels:  django
Django Pg Timepart
A Django extension that supports PostgreSQL 11 time ranges and list partitioning.
Stars: ✭ 147 (-1.34%)
Mutual labels:  django
Sciblog
A blog made with django designed like a scientific paper written in Latex.
Stars: ✭ 145 (-2.68%)
Mutual labels:  django
Kubernetes Django
Scalable and resilient Django with Kubernetes.
Stars: ✭ 145 (-2.68%)
Mutual labels:  django
Slacklibrary
图书馆借还系统,一个Django写的练手项目
Stars: ✭ 144 (-3.36%)
Mutual labels:  django
Django Sql Explorer
Easily share data across your company via SQL queries. From Grove Collab.
Stars: ✭ 1,958 (+1214.09%)
Mutual labels:  django
Rsparse
Fast and accurate machine learning on sparse matrices - matrix factorizations, regression, classification, top-N recommendations.
Stars: ✭ 145 (-2.68%)
Mutual labels:  collaborative-filtering
Django Pgcrypto Fields
Transparent field level encryption for Django using the pgcrypto postgresql extension.
Stars: ✭ 147 (-1.34%)
Mutual labels:  django
Djangosaml2
A maintenance fork of the original and no longer maintained djangosaml2 library.
Stars: ✭ 143 (-4.03%)
Mutual labels:  django
Twitterdatamining
Twitter数据挖掘及其可视化
Stars: ✭ 145 (-2.68%)
Mutual labels:  django
Django Easy Pjax
Easy PJAX for Django
Stars: ✭ 146 (-2.01%)
Mutual labels:  django
Djangocms Installer
Console wizard to bootstrap django CMS projects
Stars: ✭ 148 (-0.67%)
Mutual labels:  django
Modoboa
Mail hosting made simple
Stars: ✭ 1,998 (+1240.94%)
Mutual labels:  django

毕业设计--基于Django的图书推荐系统和论坛

feature

  1. 登录注册页面
  2. 基于协同过滤的图书的分类,排序,搜索,打分功能
  3. 基于协同过滤的周推荐和月推荐
  4. 读书分享会等活动功能,用户报名功能
  5. 发帖留言论坛功能

fixed

  1. 首页导航栏链接错误
  2. 首页面为空
  3. 登录注册页面
  4. 推荐跳转登录
  5. 周推荐用户没有评分时随机推荐
  6. 按照收藏数量排序
  7. 重新设计了 action 和UserAction model,拆分出了UserAction

书模型

  1. 浏览量 每次刷新页面的浏览数
  2. 收藏量 user manytomany field 每个用户收藏一次
  3. 评分 rate 每个用户评分一次
  4. 在书籍下面的评论加点赞功能

注册和登录

注册

推荐

论坛

论坛

周推荐

周推荐

安装运行方法

pip install -r requirements.txt

python manage.py runserver

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].