MovieRecommenderSystem:这是我们的最后一年的项目

时间:2024-05-01 07:18:46
【文件属性】:

文件名称:MovieRecommenderSystem:这是我们的最后一年的项目

文件大小:2.2MB

文件格式:ZIP

更新时间:2024-05-01 07:18:46

Python

电影推荐系统 这是我们的最后一年的项目 运行项目的步骤 克隆项目git clone https://github.com/iamrames/MovieRecommenderSystem.git 创建一个虚拟环境 创建并激活虚拟环境 # create virtual environment named "myenv" python3 -m venv myenv # rename environment as required # activate the environment source myenv/bin/activate # for linux myenv \S cripts \a ctivate # for windows 安装长颈瓶,熊猫pip install -r requirements.txt 运行以下命令以启动项目 对于Windows P


【文件预览】:
MovieRecommenderSystem-development
----setup.py(221B)
----.gitignore(110B)
----requirements.txt(171B)
----instance()
--------seed()
--------mrs.sqlite(2.3MB)
----MANIFEST.in(89B)
----README.md(1KB)
----flaskr()
--------templates()
--------__init__.py(2KB)
--------db.py(5KB)
--------static()
--------movies.py(3KB)
--------schema.sql(1KB)
--------blog.py(2KB)
--------auth.py(2KB)
----.prettierrc(40B)

网友评论