ClassmateFinder:CS 4750项目

时间:2021-04-22 10:50:54
【文件属性】:
文件名称:ClassmateFinder:CS 4750项目
文件大小:1.48MB
文件格式:ZIP
更新时间:2021-04-22 10:50:54
HTML 数据库:同学查找器 CS 4750最终项目的源代码存储库。 概述 该网页是使用Flask实现的,并在app.yaml文件中配置为使用Google App Engine运行。 main.py:该应用程序包含用于文本解析和预测图像位置的代码。 它还包括用于计算研究论文中描述的分数的子例程。 要求 设置一个conda环境并安装像这样的一些必备软件包 conda create -n dbproj python=3.7 # Create a virtual environment source activate dbproj # Activate virtual environment pip install flask pip install requests pip intall mysql-connector-python 运行网站 为了测试网站,仅需要运行以
【文件预览】:
ClassmateFinder-master
----Dockerfile(557B)
----main.py(2KB)
----requirements.txt(394B)
----pagination.py(2KB)
----Procfile(23B)
----README.md(1KB)
----__pycache__()
--------pagination.cpython-37.pyc(2KB)
--------main.cpython-37.pyc(2KB)
--------main.cpython-38.pyc(1KB)
--------pagination.cpython-38.pyc(2KB)
----templates()
--------index.html(636B)
--------nav-pagination.html(2KB)
--------clubs.html(4KB)
--------header.html(1KB)
--------classmatefinder.html(5KB)
--------friends.html(5KB)
--------page-includes.html(785B)
--------footer.html(124B)
----app.yaml(320B)
----static()
--------.DS_Store(6KB)
--------images()
--------js()
--------css()

网友评论