Samanta Das commited on
Commit
e8b57ba
·
verified ·
1 Parent(s): 0a5d924

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +18 -2
requirements.txt CHANGED
@@ -1,6 +1,22 @@
 
 
1
  ultralytics
2
- gradio
3
- Pillow
 
 
 
 
 
4
  numpy
 
 
 
 
 
 
5
  python-dotenv
 
 
 
6
  # Add any other required libraries here
 
1
+ torch
2
+ torchvision
3
  ultralytics
4
+ fastapi
5
+ uvicorn
6
+ sqlalchemy
7
+ requests
8
+ llama-cpp-python
9
+ opencv-python
10
+ pillow
11
  numpy
12
+ pandas
13
+ pydantic
14
+ jinja2
15
+ scikit-learn
16
+ matplotlib
17
+ tensorboard
18
  python-dotenv
19
+ groq
20
+ gradio
21
+
22
  # Add any other required libraries here