Spaces:
Sleeping
Sleeping
| [project] | |
| name = "ocr" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| readme = "README.md" | |
| requires-python = ">=3.13" | |
| dependencies = [ | |
| "transformers", | |
| "torch", | |
| "torchvision", | |
| "accelerate>=1.12.0", | |
| "pydantic-settings>=2.13.1", | |
| "uvicorn>=0.41.0", | |
| "fastapi>=0.135.0", | |
| "supabase>=2.28.0", | |
| "langchain-core>=1.2.16", | |
| "langchain-groq>=1.1.2", | |
| "langchain-text-splitters>=1.1.1", | |
| "sentence-transformers>=5.2.3", | |
| "python-multipart>=0.0.22", | |
| "langchain-openai>=1.1.10", | |
| ] | |
| [[tool.uv.index]] | |
| name = "cu126" | |
| url = "https://download.pytorch.org/whl/cu126" | |
| explicit = true | |
| [tool.uv.sources] | |
| transformers = { git = "https://github.com/huggingface/transformers.git" } | |
| torch = { index = "cu126" } | |
| torchvision = { index = "cu126" } | |