merging the visual query answering with the crawler. Monorepo go!
This commit is contained in:
parent
85686a8b24
commit
e2f7998ee9
32 changed files with 3449 additions and 0 deletions
21
vqa/pyproject.toml
Normal file
21
vqa/pyproject.toml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
[tool.poetry]
|
||||
name = "vqa"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Kadir"]
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.12"
|
||||
requests = "^2.31.0"
|
||||
transformers = "^4.38.2"
|
||||
pillow = "^10.2.0"
|
||||
torch = "^2.2.1"
|
||||
torchvision = "^0.17.1"
|
||||
torchaudio = "^2.2.1"
|
||||
jupyterlab = "^4.1.2"
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Loading…
Add table
Add a link
Reference in a new issue