File size: 382 Bytes
c3cafb2
 
 
 
 
b5034c7
c3cafb2
431b710
c3cafb2
431b710
c3cafb2
 
431b710
 
 
 
c3cafb2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[project]
name = "object-detection"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
    "absl-py>=1.0.0",
    "accelerate>=1.10.1",
    "gradio==4.41.0",
    "moviepy>=2.2.1",
    "natsort>=8.4.0",
    "opencv-python==4.11.0.86",
    "pillow>=10.0,<11.0",
    "torch>=2.4.0",
    "transformers>=4.41.0",
]