File size: 540 Bytes
e146d26 6766ceb e146d26 |
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 |
# Core ML and NLP torch>=1.9.0 transformers>=4.20.0 nltk>=3.7 tiktoken>=0.4.0 sentencepiece>=0.1.96 protobuf>=3.20.0 # Language Detection langdetect>=1.0.9 # Data Processing pandas>=1.3.0 numpy>=1.21.0 # Visualization plotly>=5.0.0 wordcloud>=1.8.0 # Web Interface gradio>=3.40.0 # File Processing openpyxl>=3.0.9 xlsxwriter>=3.0.0 # System and Utilities psutil>=5.8.0 requests>=2.25.0 tqdm>=4.62.0 # Optional GPU support (uncomment if using CUDA) # torch-audio>=0.9.0 # torchvision>=0.10.0 # Development and Debugging loguru>=0.6.0 |