oilbread commited on
Commit
f695f9f
·
1 Parent(s): 0503388
.vscode/settings.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "devon-aide.resourcePath": "c:\\Users\\GRIT\\.vscode\\extensions\\lgcns-devon-aide.devon-aide-0.0.1\\resource"
3
+ }
20250617_gradio_yolo.py CHANGED
@@ -1,5 +1,5 @@
1
  #!pip install gradio torch torchvision ultralytics opencv-python pillow matplotlib seaborn pandas
2
-
3
  import gradio as gr
4
  import torch
5
  import cv2
 
1
  #!pip install gradio torch torchvision ultralytics opencv-python pillow matplotlib seaborn pandas
2
+ ##
3
  import gradio as gr
4
  import torch
5
  import cv2
requirements.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ gradio
2
+ torch
3
+ torchvision
4
+ ultralytics
5
+ opencv-python
6
+ pillow
7
+ matplotlib
8
+ seaborn
9
+ pandas