fixing bugs, adding properties for querying and analysis§
This commit is contained in:
parent
d108bf11ee
commit
de2639f9c3
6 changed files with 2848 additions and 6 deletions
6
crawler/.ipynb_checkpoints/exploration-checkpoint.ipynb
Normal file
6
crawler/.ipynb_checkpoints/exploration-checkpoint.ipynb
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"cells": [],
|
||||
"metadata": {},
|
||||
"nbformat": 4,
|
||||
"nbformat_minor": 5
|
||||
}
|
||||
25
crawler/.ipynb_checkpoints/pyproject-checkpoint.toml
Normal file
25
crawler/.ipynb_checkpoints/pyproject-checkpoint.toml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
[tool.poetry]
|
||||
name = "rec"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Kadir Tugan <git@k8n.dev>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">3.11"
|
||||
SQLAlchemy = "^2.0.23"
|
||||
requests = "^2.31.0"
|
||||
cachetools = "^5.3.2"
|
||||
diskcache = "^5.6.3"
|
||||
tqdm = "^4.66.2"
|
||||
pillow = "^10.2.0"
|
||||
torch = "^2.2.1"
|
||||
numpy = "^1.26.4"
|
||||
transformers = "^4.38.2"
|
||||
pytesseract = "^0.3.10"
|
||||
jupyterlab = "^4.1.4"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Loading…
Add table
Add a link
Reference in a new issue