madankn79 commited on
Commit
198fb99
·
1 Parent(s): ff5002a
Files changed (1) hide show
  1. requirements.txt +4 -8
requirements.txt CHANGED
@@ -1,8 +1,4 @@
1
- torch
2
- requests
3
- gradio
4
- Pillow
5
- jax[cpu]
6
- flax
7
- transformers
8
- huggingface_hub
 
1
+ gradio==3.33.0 # For building the web interface
2
+ transformers==4.31.0 # For using Hugging Face models
3
+ nltk==3.8.1 # For natural language processing tasks (e.g., stopwords)
4
+ torch==2.1.0 # For running the Hugging Face models (requires PyTorch)