-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathrequirements.txt
More file actions
88 lines (73 loc) · 1.33 KB
/
Copy pathrequirements.txt
File metadata and controls
88 lines (73 loc) · 1.33 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# AI Foundation Tutorial - Requirements
# Core ML/DL Frameworks
torchtext
tensorflow
# Transformers & NLP
transformers
datasets
tokenizers
sentencepiece
trl
tf-keras
# Hugging Face Ecosystem
accelerate
evaluate
peft
bitsandbytes
# Data Science & Scientific Computing
numpy
pandas
scipy
scikit-learn
matplotlib
seaborn
plotly
# Computer Vision
opencv-python
Pillow
# Web Frameworks & APIs
fastapi
uvicorn
streamlit
gradio
flask
requests
# LangChain & AI Agents
langchain
langchain-community
langchain-openai
langchain-experimental
langgraph
# Vector Databases & Search
faiss-cpu
chromadb
# Document Processing
pypdf
pymupdf
python-docx
openpyxl
# Jupyter & Development
jupyter
ipykernel
ipywidgets
notebook
# Model Serving & Deployment
onnx
onnxruntime
mlflow
# Utilities
tqdm
python-dotenv
pyyaml
# Visualization & Monitoring
tensorboard
wandb
# Optional: For Korean NLP (only if needed)
# konlpy>=0.6.0
# soynlp>=0.0.493
# Optional: GPU Support (uncomment if using CUDA)
# pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
# Note: Spacy removed due to compatibility issues
# Install spacy separately if needed: pip install spacy
# python -m spacy download en_core_web_sm
# python -m spacy download ko_core_news_sm