File size: 709 Bytes
b47611f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[tool.poetry]
name = "grandtheftauto-multimodal-rag-application"
version = "0.1.0"
description = ""
authors = ["henryhyunwookim <44928790+henryhyunwookim@users.noreply.github.com>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
pillow = "^10.3.0"
datasets = "^2.19.0"
ipykernel = "^6.29.4"
jupyter = "^1.0.0"
ipywidgets = "^8.1.2"
matplotlib = "^3.8.4"
sentence-transformers = "^2.7.0"
lancedb = "^0.6.11"
torch = "^2.3.0"
clip = {git = "https://github.com/openai/CLIP.git"}
chromadb = "^0.5.0"
gradio = "^4.32.0"


[tool.poetry.group.dev.dependencies]
ipykernel = "^6.29.4"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"