Akwbw commited on
Commit
3cd52d8
·
verified ·
1 Parent(s): 5f84621

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -0
requirements.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # requirements.txt
2
+ torch==1.13.1
3
+ torchvision==0.14.1
4
+ numpy
5
+ Pillow
6
+ # ESRGAN/Real-ESRGAN functionality ke liye GFPGAN use karenge
7
+ gfpgan
8
+ # OpenCV ko system libraries ke baghair run karne ke liye
9
+ opencv-python-headless
10
+ # Web Stack
11
+ gradio
12
+ fastapi
13
+ uvicorn[standard]
14
+ python-multipart