File size: 1,063 Bytes
da82a70
 
ae3c145
da82a70
 
ae3c145
da82a70
ae3c145
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
da82a70
 
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
38
39
40
41
42
43
44
45
46
47
[project]
name = "pilates_fine_tuned"
#requires-python = ">=3.13"
version = "0.1.0"
description = "A fine-tuned pilates project."
requires-python = ">=3.12,<3.13"
dependencies = [
  "accelerate>=1.3.0",
  "arxiv>=2.2.0",
  "beautifulsoup4>=4.13.3",
  "chainlit>=2.5.5",
  "datasets>=3.6.0",
  "faiss-cpu>=1.11.0",
  "ipykernel>=6.29.5",
  "ipywidgets>=8.1.5",
  "langchain>=0.3.25",
  "langchain-cohere>=0.4.4",
  "langchain-community>=0.3.24",
  "langchain-core>=0.3.34",
  "langchain-huggingface>=0.1.2",
  "langchain-openai>=0.3.16",
  "langchain-qdrant>=0.2.0",
  "langchain-text-splitters>=0.3.8",
  "langgraph>=0.4.3",
  "libmagic>=1.0",
  "lxml>=5.3.1",
  "nltk==3.9.1",
  "pyarrow>=20.0.0",
  "pymupdf>=1.25.5",
  "python-pptx==1.0.2",
  "ragas>=0.2.15",
  "sentence-transformers>=3.4.1",
  "transformers[torch]>=4.48.3",
  "unstructured>=0.17.2",
  "wandb>=0.19.6",
  "websockets==11.0.3",
  "requests>=2.32.0",
  "openai",
  "torch",
  "opencv-python==4.9.0.80",
  "scikit-image==0.22.0",
  "matplotlib==3.8.4",
  "Pillow==10.3.0",
  "numpy==1.26.4"
]