39 lines
No EOL
548 B
Text
39 lines
No EOL
548 B
Text
# Core Dependencies
|
|
openai>=1.0.0
|
|
torch>=2.0.0
|
|
transformers>=4.30.0
|
|
numpy>=1.24.0
|
|
pandas>=2.0.0
|
|
scikit-learn>=1.2.0
|
|
|
|
# Language Models
|
|
langchain>=0.0.200
|
|
auto-gpt>=0.1.0
|
|
|
|
# Vision Models
|
|
Pillow>=9.5.0
|
|
opencv-python>=4.7.0
|
|
stable-diffusion-pytorch>=0.1.0
|
|
|
|
# Audio Processing
|
|
whisper>=1.0.0
|
|
soundfile>=0.12.1
|
|
librosa>=0.10.0
|
|
|
|
# NLP Tools
|
|
spacy>=3.5.0
|
|
nltk>=3.8.1
|
|
gensim>=4.3.0
|
|
|
|
# Utilities
|
|
python-dotenv>=1.0.0
|
|
requests>=2.31.0
|
|
tqdm>=4.65.0
|
|
wandb>=0.15.0
|
|
tensorboard>=2.13.0
|
|
|
|
# Development Tools
|
|
pytest>=7.3.1
|
|
black>=23.3.0
|
|
flake8>=6.0.0
|
|
mypy>=1.3.0 |