Shreeraj commited on
Commit
d31f26c
·
1 Parent(s): 5aad50d

Upload 2 files

Browse files
Files changed (2) hide show
  1. model.pth +3 -0
  2. requirements.txt +114 -0
model.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48f360e02510d2120628469aff15ad122cce113328de78e9ff7d9c361de01ea4
3
+ size 46855565
requirements.txt ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.1.0
2
+ aiohttp==3.8.5
3
+ aiosignal==1.3.1
4
+ altair==5.0.1
5
+ annotated-types==0.5.0
6
+ anyio==3.7.1
7
+ asttokens==2.2.1
8
+ async-timeout==4.0.2
9
+ attrs==23.1.0
10
+ backcall==0.2.0
11
+ certifi==2022.12.7
12
+ charset-normalizer==2.1.1
13
+ click==8.1.6
14
+ colorama==0.4.6
15
+ comm==0.1.4
16
+ contourpy==1.1.0
17
+ cycler==0.11.0
18
+ debugpy==1.6.7
19
+ decorator==5.1.1
20
+ distlib==0.3.7
21
+ docopt==0.6.2
22
+ exceptiongroup==1.1.2
23
+ executing==1.2.0
24
+ fastapi==0.101.0
25
+ ffmpy==0.3.1
26
+ filelock==3.12.2
27
+ fonttools==4.42.0
28
+ frozenlist==1.4.0
29
+ fsspec==2023.6.0
30
+ grad-cam==1.4.8
31
+ gradio==3.39.0
32
+ gradio_client==0.3.0
33
+ h11==0.14.0
34
+ httpcore==0.17.3
35
+ httpx==0.24.1
36
+ huggingface-hub==0.16.4
37
+ idna==3.4
38
+ ipykernel==6.25.1
39
+ ipython==8.14.0
40
+ jedi==0.19.0
41
+ Jinja2==3.1.2
42
+ joblib==1.3.2
43
+ jsonschema==4.19.0
44
+ jsonschema-specifications==2023.7.1
45
+ jupyter_client==8.3.0
46
+ jupyter_core==5.3.1
47
+ kiwisolver==1.4.4
48
+ linkify-it-py==2.0.2
49
+ markdown-it-py==2.2.0
50
+ MarkupSafe==2.1.2
51
+ matplotlib==3.7.2
52
+ matplotlib-inline==0.1.6
53
+ mdit-py-plugins==0.3.3
54
+ mdurl==0.1.2
55
+ mpmath==1.2.1
56
+ multidict==6.0.4
57
+ nest-asyncio==1.5.7
58
+ networkx==3.0
59
+ numpy==1.24.1
60
+ opencv-python==4.8.0.74
61
+ orjson==3.9.4
62
+ packaging==23.1
63
+ pandas==2.0.3
64
+ parso==0.8.3
65
+ pickleshare==0.7.5
66
+ Pillow==9.3.0
67
+ pipenv==2023.7.23
68
+ pipreqs==0.4.13
69
+ platformdirs==3.10.0
70
+ prompt-toolkit==3.0.39
71
+ psutil==5.9.5
72
+ pure-eval==0.2.2
73
+ pydantic==2.1.1
74
+ pydantic_core==2.4.0
75
+ pydub==0.25.1
76
+ Pygments==2.16.1
77
+ pyparsing==3.0.9
78
+ python-dateutil==2.8.2
79
+ python-multipart==0.0.6
80
+ pytz==2023.3
81
+ pywin32==306
82
+ PyYAML==6.0.1
83
+ pyzmq==25.1.0
84
+ referencing==0.30.2
85
+ requests==2.28.1
86
+ rpds-py==0.9.2
87
+ scikit-learn==1.3.0
88
+ scipy==1.11.1
89
+ semantic-version==2.10.0
90
+ six==1.16.0
91
+ sniffio==1.3.0
92
+ stack-data==0.6.2
93
+ starlette==0.27.0
94
+ sympy==1.11.1
95
+ threadpoolctl==3.2.0
96
+ toolz==0.12.0
97
+ torch==2.0.1+cu118
98
+ torchaudio==2.0.2+cu118
99
+ torchvision==0.15.2+cu118
100
+ tornado==6.3.2
101
+ tqdm==4.65.1
102
+ traitlets==5.9.0
103
+ ttach==0.0.3
104
+ typing_extensions==4.7.1
105
+ tzdata==2023.3
106
+ uc-micro-py==1.0.2
107
+ urllib3==1.26.13
108
+ uvicorn==0.23.2
109
+ virtualenv==20.24.3
110
+ virtualenv-clone==0.5.7
111
+ wcwidth==0.2.6
112
+ websockets==11.0.3
113
+ yarg==0.1.9
114
+ yarl==1.9.2