akshaikrishna commited on
Commit
5a1097e
·
1 Parent(s): 3df2514

Add requirements file

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. requirements.txt +57 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ MobileNetV3-Food-Classification.pth
requirements.txt ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ annotated-types==0.7.0
3
+ anyio==4.6.2.post1
4
+ certifi==2024.8.30
5
+ charset-normalizer==3.4.0
6
+ click==8.1.7
7
+ fastapi==0.115.4
8
+ ffmpy==0.4.0
9
+ filelock==3.16.1
10
+ fsspec==2024.10.0
11
+ gradio==5.4.0
12
+ gradio_client==1.4.2
13
+ h11==0.14.0
14
+ httpcore==1.0.6
15
+ httpx==0.27.2
16
+ huggingface-hub==0.26.2
17
+ idna==3.10
18
+ Jinja2==3.1.4
19
+ markdown-it-py==3.0.0
20
+ MarkupSafe==2.1.5
21
+ mdurl==0.1.2
22
+ mpmath==1.3.0
23
+ networkx==3.4.2
24
+ numpy==2.1.3
25
+ orjson==3.10.11
26
+ packaging==24.1
27
+ pandas==2.2.3
28
+ pillow==11.0.0
29
+ pydantic==2.9.2
30
+ pydantic_core==2.23.4
31
+ pydub==0.25.1
32
+ Pygments==2.18.0
33
+ python-dateutil==2.9.0.post0
34
+ python-multipart==0.0.12
35
+ pytz==2024.2
36
+ PyYAML==6.0.2
37
+ requests==2.32.3
38
+ rich==13.9.4
39
+ ruff==0.7.2
40
+ safehttpx==0.1.1
41
+ semantic-version==2.10.0
42
+ setuptools==75.3.0
43
+ shellingham==1.5.4
44
+ six==1.16.0
45
+ sniffio==1.3.1
46
+ starlette==0.41.2
47
+ sympy==1.13.1
48
+ tomlkit==0.12.0
49
+ torch==2.5.1
50
+ torchvision==0.20.1
51
+ tqdm==4.66.6
52
+ typer==0.12.5
53
+ typing_extensions==4.12.2
54
+ tzdata==2024.2
55
+ urllib3==2.2.3
56
+ uvicorn==0.32.0
57
+ websockets==12.0