File size: 385 Bytes
2bc3020
 
 
 
 
 
1
2
3
4
5
6
7
gradio==3.30.0         # For the Gradio app
transformers==4.38.0   # For Hugging Face transformers models
datasets==2.16.1       # For loading datasets from Hugging Face
dask==2023.8.1         # For parallel data processing with Dask
torch==2.1.0           # For model inference and handling PyTorch models
pandas==1.5.3          # For dataframe operations (especially for Dask)