Giter Site home page Giter Site logo

book_recommend's Introduction

毕业设计--基于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

book_recommend's People

Contributors

colaplusice avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.