This commit is contained in:
2025-12-13 14:50:46 +03:00
commit d66aed35d6
11 changed files with 303 additions and 0 deletions

22
requirements.txt Normal file
View File

@@ -0,0 +1,22 @@
# Core
langchain
openai
pydantic>=2.0
python-dotenv
# AI/ML
sentence-transformers
scikit-learn
pandas
numpy
# Utils
aiohttp
redis
Pillow
# Dev
pytest
pytest-cov
pytest-asyncio
jupyter