diff --git a/services/translator/requirements.txt b/services/translator/requirements.txt new file mode 100644 index 0000000..8d5e700 --- /dev/null +++ b/services/translator/requirements.txt @@ -0,0 +1,18 @@ +fastapi==0.104.1 +uvicorn[standard]==0.24.0 +transformers==4.35.2 +torch==2.1.0 +sentencepiece==0.1.99 +protobuf==4.25.1 +redis==5.0.1 +psycopg2-binary==2.9.9 +google-cloud-translate==3.12.1 +googletrans==4.0.0rc1 +deep-translator==1.11.4 +langdetect==1.0.9 +pydantic==2.5.0 +structlog==23.2.0 +python-dotenv==1.0.0 +aiofiles==23.2.1 +httpx==0.25.2 +cachetools==5.3.2