Delete requirements.txt
Browse files- requirements.txt +0 -24
requirements.txt
DELETED
|
@@ -1,24 +0,0 @@
|
|
| 1 |
-
# FastAPI web framework
|
| 2 |
-
fastapi>=0.100.0
|
| 3 |
-
uvicorn[standard]>=0.28.0
|
| 4 |
-
|
| 5 |
-
# Document processing
|
| 6 |
-
python-docx>=1.0.0
|
| 7 |
-
lxml>=5.0.0
|
| 8 |
-
python-multipart>=0.0.9
|
| 9 |
-
|
| 10 |
-
# FREE Local AI Vision Models for Alt Text Generation
|
| 11 |
-
# BLIP and GIT models run locally on CPU/GPU - 100% FREE, No API Costs!
|
| 12 |
-
transformers>=4.35.0
|
| 13 |
-
torch>=2.0.0
|
| 14 |
-
pillow>=10.0.0
|
| 15 |
-
|
| 16 |
-
# Optional: For faster inference with NVIDIA GPU
|
| 17 |
-
# accelerate>=0.25.0
|
| 18 |
-
|
| 19 |
-
# Windows COM automation for legacy PowerPoint conversion (Windows only)
|
| 20 |
-
pywin32>=306; sys_platform == 'win32'
|
| 21 |
-
|
| 22 |
-
# Environment variable management
|
| 23 |
-
python-dotenv>=1.0.0
|
| 24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|