Spaces:
Sleeping
Sleeping
File size: 877 Bytes
c01955c | 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 31 32 33 34 35 36 37 | [project]
name = "Interview-Cracker"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"aiosqlite>=0.22.1",
"dill>=0.4.1",
"fastapi>=0.128.8",
"from-root>=1.3.0",
"langchain>=1.2.10",
"langchain-aws>=1.2.5",
"langchain-community>=0.4.1",
"langgraph>=1.0.7",
"langgraph-checkpoint-sqlite>=3.0.3",
"pypdf>=6.7.1",
"python-multipart>=0.0.22",
"scikit-learn>=1.7.2",
"seaborn>=0.13.2",
"torch>=2.10.0",
"uvicorn[standard]>=0.40.0",
"vconsoleprint>=1.0.2",
"mediapipe==0.10.14",
"opencv-python>=4.13.0.92",
"websockets>=16.0",
"langsmith>=0.6.6",
"selenium>=4.41.0",
"pandas>=2.0.0",
"datasets>=4.8.4",
"nltk>=3.9.4",
"transformers>=5.3.0",
"tqdm>=4.67.3",
"mlflow>=3.10.1",
"dagshub>=0.6.9",
]
|