-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
37 lines (34 loc) · 819 Bytes
/
pyproject.toml
File metadata and controls
37 lines (34 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[tool.poetry]
name = "mlbusters"
version = "0.1.0"
description = ""
authors = ["Antony Redman <RumataYounger@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.11"
fastapi = "^0.111.0"
langchain = "^0.2.2"
pydantic = "^2.7.3"
peft = "^0.11.1"
torch = "^2.3.1"
transformers = "^4.41.2"
uvicorn = "^0.30.1"
pillow = "^10.3.0"
scenedetect = "^0.6.3"
faiss-cpu = "^1.8.0"
pymongo = "^4.7.3"
python-dotenv = "^1.0.1"
aiohttp = "^3.9.5"
opencv-python = "^4.10.0.82"
chromadb = "^0.5.0"
googletrans-py = "^4.0.0"
imageio = "^2.34.1"
environs = "^11.0.0"
fastapi-cache2 = {extras = ["redis"], version = "^0.2.1"}
aiomcache = "^0.8.2"
autocorrect = "^2.6.1"
whisper-cpp-python = "^0.2.0"
faster-whisper = "^1.0.2"
sentencepiece = "^0.2.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"