File size: 508 Bytes
a60cc48 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
# requirements.txt # Core deep learning libraries torch>=1.9.0 torchvision>=0.10.0 torchaudio>=0.9.0 # For displaying training progress in the command line tqdm>=4.62.0 # Gradio for the web-based inference UI gradio>=3.0.0 # Image handling Pillow>=8.0.0 pickle # (Optional) if you want to store vocabulary or other metadata in Pickle/JSON, but typically included with Python # pickle5>=0.0.11 # If you need other libraries (e.g., for advanced tokenization), add them here. # spacy>=3.0.0 # nltk>=3.6.0 |