minar09 commited on
Commit
acaf225
·
verified ·
1 Parent(s): d27c873

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -4
requirements.txt CHANGED
@@ -1,4 +1,9 @@
1
- sentence-transformers
2
- gradio
3
- llama-cpp-python
4
- PyMuPDF
 
 
 
 
 
 
1
+ transformers # Hugging Face Transformers library for Qwen2-VL model
2
+ torch # PyTorch for model inference
3
+ byaldi
4
+ torchvision
5
+ gradio # Gradio for web UI deployment
6
+ qwen_vl_utils # Utility package for Qwen-VL models (custom, may need local installation)
7
+ Pillow # For image processing
8
+ numpy # NumPy for numerical operations
9
+ spaces # Hugging Face Spaces integration for deployment