CoolFace
Apppublic

drewgenai/protocol-sync

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
pyproject.toml39 linesDownload Raw Back to root
1[project]2name = "protocol-sync"3version = "0.1.0"4description = "midterm POC huggingface project"5readme = "README.md"6requires-python = ">=3.13"7dependencies = [8"IProgress",9"PyMuPDF",10"accelerate",11"chainlit",12"huggingface_hub",13"ipykernel",14"ipywidgets",15"langchain",16"langchain-community",17"langchain-core",18"langchain-experimental",19"langchain-huggingface",20"langchain-openai",21"langchain-qdrant",22"langchain-text-splitters",23"langgraph",24"langsmith",25"lxml",26"openai",27"pymupdf",28"pypdf2",29"qdrant-client",30"ragas",31"torch",32"transformers",33"tqdm",34"unstructured",35"wandb",36"websockets",37"openpyxl",38]39