File size: 875 Bytes
d721bf1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2a2521b
d721bf1
 
 
 
 
 
 
 
 
c11092d
d721bf1
 
 
2a2521b
d721bf1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35ada21
 
d721bf1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Core dependencies
numpy
pandas
scikit-learn
nltk
joblib
lightgbm
imbalanced-learn
iterative-stratification
# Visualization
matplotlib
seaborn

# Data versioning
dvc
dvc-s3
mlflow==2.16.0
protobuf==4.25.3

# Data download
huggingface-hub
sentence-transformers

# API Framework
fastapi[standard]>=0.115.0
prometheus-client>=0.17.0
pydantic>=2.0.0
uvicorn>=0.30.0
httpx>=0.27.0
streamlit>=1.28.0

# Development tools
ipython
jupyter
notebook

# Code quality
ruff
black

# Environment
python-dotenv

# Testing frameworks
pytest>=7.0.0
pytest-html>=4.0.0
pytest-json-report>=1.5.0
pytest-cov>=4.0.0
pytest-xdist>=3.0.0

# Load testing
locust>=2.20.0
# Data validation and quality
great_expectations>=0.18.0
deepchecks>=0.18.0

# Install package in editable mode
-e .

# QA and Testing:
great_expectations
deepchecks
pytest
pytest-html
pytest-json-report

# GUI
streamlit>=1.28.0