cp1

时间:2021-03-20 03:54:58
【文件属性】:
文件名称:cp1
文件大小:378KB
文件格式:ZIP
更新时间:2021-03-20 03:54:58
JupyterNotebook 情绪分析应用程序,用于餐厅点评 该项目是案例研究No.1的一部分。 1(参考文献E2):针对数据科学和人工智能专业培训的人工智能应用评估。 安装 克隆此仓库git clone https://github.com/k13var/cp1.git 安装依赖项pip install -r requirements.txt 该项目是使用python 3.8.5制作的 运行FastAPI应用程序 在根文件夹中打开终端,然后键入uvicorn app:app以运行实时服务器 在本地计算机上打开在其中提供应用程序的http://127.0.0.1:8000/docs浏览器 要测试该应用程序: 在token字段中复制并粘贴eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9 将{"text": "très bien"}复制并粘贴到Request body 回复应为{"text": "t
【文件预览】:
cp1-main
----app.py(1KB)
----flask()
--------sentiment_pipe.joblib(300KB)
--------run.py(2KB)
----readme.md(899B)
----data()
--------comments_test.csv(10KB)
--------comments_train.csv(399KB)
----classifier()
--------CP1_Sentiment_analysis.ipynb(237KB)
--------model.py(732B)
----tests()
--------.report.json(2KB)
----LICENSE(1KB)
----requirements.txt(1KB)
----.gitignore(2KB)
----test_app.py(845B)

网友评论