xindus_summarizer / requirements.txt
madankn79's picture
google
198fb99
raw
history blame
272 Bytes
gradio==3.33.0 # For building the web interface
transformers==4.31.0 # For using Hugging Face models
nltk==3.8.1 # For natural language processing tasks (e.g., stopwords)
torch==2.1.0 # For running the Hugging Face models (requires PyTorch)