| spacy>=3.0.0 # Text processing and tokenization | |
| numpy>=1.19.0 # General numerical computation | |
| tqdm>=4.64.0 # Progress bar | |
| torch>=1.10.0 # PyTorch, for deep learning | |
| tensorflow>=2.6.0 # TensorFlow, for deep learning | |
| tensorflow-hub>=0.12.0 # Pretrained model hub for TensorFlow | |
| transformers>=4.21.0 # Hugging Face Transformers library | |
| rouge-score>=0.1.2 # ROUGE metric for evaluation | |
| language-tool-python>=2.7.1 # Grammar checking and text correction | |
| scikit-learn>=1.0.0 # Machine learning tools | |
| nlpaug>=1.1.0 # Data augmentation for NLP | |
| nltk>=3.6.0 # Natural language toolkit |