Monike123 commited on
Commit
45478f6
·
verified ·
1 Parent(s): a4caf10

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -2
requirements.txt CHANGED
@@ -1,6 +1,17 @@
 
1
  flask
2
  flask-cors
 
 
 
 
 
3
  ultralytics
4
  torch
5
- pillow
6
- python-dotenv
 
 
 
 
 
 
1
+ # ---- Core Flask + Extensions ----
2
  flask
3
  flask-cors
4
+ flask-limiter
5
+ requests
6
+ python-dotenv
7
+
8
+ # ---- ML / YOLOv8 dependencies ----
9
  ultralytics
10
  torch
11
+ torchvision
12
+ numpy
13
+ opencv-python
14
+ Pillow
15
+
16
+ # ---- Utilities ----
17
+ gunicorn