1 Star 0 Fork 2

myisen/ai-workshop-2024

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pyproject.toml 813 Bytes
一键复制 编辑 原始数据 按行查看 历史
[tool.poetry]
name = "ai-workshop"
version = "0.1.0"
description = ""
authors = ["yuyi <[email protected]>"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = ">=3.9,<3.9.7 || >3.9.7,<4.0"
langchain = "^0.3.0"
langchain-openai = "^0.2.0"
streamlit = "^1.38.0"
pyobvector = "0.1.4"
langchain-community = { git = "https://github.com/GITHUBear/ob-langchain.git", rev = "main" }
flagembedding = "^1.2.11"
peft = { version = "^0.13.1" }
towhee = { version = "^1.1.3", extras = ["cv"] }
opencv-python = { version = "^4.10.0.84", extras = ["cv"] }
torchvision = { version = "^0.19.1", extras = ["cv"] }
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[[tool.poetry.source]]
name = "tuna"
url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/myisen/ai-workshop-2024.git
[email protected]:myisen/ai-workshop-2024.git
myisen
ai-workshop-2024
ai-workshop-2024
main

搜索帮助