基于豆瓣影视数据(不完整)的影视大数据分析平台。爬虫(影视数据和用户数据),推荐系统(基于用户的协同过滤算法),后台(flask实现的简易后台)。
☆37Jun 2, 2018Updated 8 years ago
Alternatives and similar repositories for movie-recommender-system
Users that are interested in movie-recommender-system are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 豆瓣电影爬虫 爬取top电影的评论 + 每个用户的看过的电影的评论 用于推荐系统的 协同过滤☆16Apr 14, 2019Updated 7 years ago
- 电影、视频、歌曲的推荐系统项目☆11Aug 9, 2018Updated 8 years ago
- 介绍作者在学习推荐系统过程中学习到的知识,包括爬虫、大数据、NLP、召回、排序等模块。包括知识总结和代码实践两部分。☆11Dec 8, 2020Updated 5 years ago
- Parallel implementation of k-means clustering using MPI4PY and PyCUDA.☆10Mar 11, 2019Updated 7 years ago
- 一个使用和风天气API获取天气信息并通过SMTP发送到邮箱的python小项目 [参赛项目]☆11Apr 1, 2022Updated 4 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 任何一只股票信息爬虫+股票策略分析☆14Nov 12, 2019Updated 6 years ago
- Flask+Mongodb+Echarts构建的web小应用☆33Feb 20, 2017Updated 9 years ago
- 本系统是基于物品(item-based)的系统过滤算法。协同过滤推荐技术被认为是推荐系统算法中应用最为成功的技术之一。它通常采用最近邻(K-Nearest-Neighbor, KNN)算法,利用用户的历史记录来计算用户之间的距离,然后利用目标用户的最近邻用户对物品评价来预测…☆14Dec 18, 2019Updated 6 years ago
- 根据豆瓣电影数据,做的一个推荐系统☆28Aug 13, 2017Updated 9 years ago
- Vue + Vue-cli + Vue-nuxt + 基于朴素贝叶斯的敏感词判断 + 视频智能推荐☆14May 25, 2023Updated 3 years ago
- Knowledge Graph-Driven Medicine Recommendation System using Graph Neural Networks on Longitudinal Medical Records☆11Oct 2, 2025Updated 10 months ago
- 短视频解决方案专为客户提供端到云到端的一站式解决方案☆11Dec 27, 2017Updated 8 years ago
- django后台,python处理头像声纹的画用户基本画像的项目☆13Feb 21, 2017Updated 9 years ago
- 结合开源数据集进行电影推荐。推荐算法有:逻辑回归;UserCF ; ItemCF☆17Sep 9, 2020Updated 5 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- 一个简单的电影推荐网站,基于爬取的豆瓣电影数据和协同过滤算法,使用Django框架搭建。demo曾获全国应用统计研究生案例大赛二等奖。☆51Feb 7, 2023Updated 3 years ago
- 一个多维度的地震信息监测报警系统☆17Sep 1, 2022Updated 3 years ago
- 头条推荐系统(短视频,新闻资讯,图片,网友问答等等)☆18Jan 22, 2018Updated 8 years ago
- 结合知识图谱和协同过滤的电影推荐系统☆36May 7, 2022Updated 4 years ago
- 基于自如租房上海房源的聚类分析与数据可视化。☆19Oct 30, 2018Updated 7 years ago
- Simple Ray Tracer☆19Aug 18, 2016Updated 10 years ago
- 使用Flutter开发的一个社交+招聘的app,真正实现了一套代码两端通用,本项目拥有前后端代码,前后端不在一个仓库,功能模块主要是以求职招聘、社交、IM、短视频、评论、Show技术、兴趣组、爆料、面试等为主☆18Oct 19, 2019Updated 6 years ago
- PyTorch框架构建花朵图像分类模型(Resnet网络,迁移学习)☆19Aug 4, 2022Updated 4 years ago
- Build voice bots that talk with you using GPT-3 and speech synthesis.☆14Dec 16, 2022Updated 3 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- 这是一个基于网络爬虫的考研高校推荐系统☆13May 31, 2023Updated 3 years ago
- 推荐系统,web端展示基于django☆12Nov 1, 2017Updated 8 years ago
- 基于区块链和盲水印的图像版权保护☆11May 21, 2023Updated 3 years ago
- 音乐推荐系统,python编写,涉及flask框架,scrapy爬虫,MySQL数据库,selenium,chrome driver,使用surprise库协同过滤算法☆90May 22, 2019Updated 7 years ago
- 上海交通大学 2021-2022-2-IS303 数据挖掘课程设计——爬取链家网上海二手房信息进行线性回归建模分析☆14Jun 19, 2022Updated 4 years ago
- 万岳互联网医院系统源码,包括与HIS对接,智慧医院、远程诊疗、网上药房、电子处方流转等子系统,满足各级别医院开展互联网诊疗☆17Mar 25, 2025Updated last year
- MPI Implementation of GAlib (Genetic Algorithm Library written in C)☆22May 31, 2012Updated 14 years ago
- Movie Recommendation System using Apache Spark and Python implementing User based Collaborative Filtering and Item Based Collaborative Fi…☆12Mar 13, 2016Updated 10 years ago
- 基于 python3 ,使用 scrapy 爬取新浪微博和 Twitter 的财报数据,再将数据进行整理和分析并持久化到 json 文件,最终使用 Flask 和 baidu echarts 对数据进行可视化。☆17May 4, 2018Updated 8 years ago
- End-to-end encrypted email - Proton Mail • AdSpecial offer: 40% Off Yearly / 80% Off First Month. All Proton services are open source and independently audited for security.
- 使用双层全连接神经网络和ResNet网络实现的图像二分类问题☆13Aug 1, 2020Updated 6 years ago
- A minimal LLM sales agent framework for sales agent fast deployment and benchmark. Support OpenAI models, Claude, HuggingFace models, Gem…☆20Sep 6, 2024Updated last year
- 一个用python机器学习做的简易天气预报☆41Dec 19, 2021Updated 4 years ago
- 网站用户行为分析☆15Oct 25, 2018Updated 7 years ago
- Jetpack全组件实战 开发短视频应用App☆20Oct 14, 2020Updated 5 years ago
- 使用 Spark MLlib 的 ALS 算法的电影推荐系统☆43Feb 11, 2017Updated 9 years ago
- 基于selenium+python使用GitHub Action工作流机制完成的自动签到工程。工程目前包含有阮一峰大佬的每日天气邮件、华工疫情申报自动打卡、司徒云签到☆17Jul 3, 2021Updated 5 years ago