Beerth21624 commited on
Commit
41415c3
·
verified ·
1 Parent(s): c51dddf

Upload 3 files

Browse files
classifies_organic_recycle.ipynb ADDED
The diff for this file is too large to render. See raw diff
 
final_model.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d758f27dc2934db80df569c602e208bdddb7e643b7b6a455518e4492767f2bd
3
+ size 309456463
requirements.txt ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ altair==5.2.0
3
+ annotated-types==0.6.0
4
+ anyio==4.2.0
5
+ appnope==0.1.3
6
+ asttokens==2.4.1
7
+ attrs==23.2.0
8
+ certifi==2023.11.17
9
+ charset-normalizer==3.3.2
10
+ click==8.1.7
11
+ colorama==0.4.6
12
+ comm==0.2.1
13
+ contourpy==1.2.0
14
+ cycler==0.12.1
15
+ debugpy==1.8.0
16
+ decorator==5.1.1
17
+ executing==2.0.1
18
+ fastapi==0.109.0
19
+ ffmpy==0.3.1
20
+ filelock==3.13.1
21
+ fonttools==4.47.2
22
+ fsspec==2023.12.2
23
+ gradio==4.16.0
24
+ gradio_client==0.8.1
25
+ h11==0.14.0
26
+ httpcore==1.0.2
27
+ httpx==0.26.0
28
+ huggingface-hub==0.20.3
29
+ idna==3.6
30
+ importlib-resources==6.1.1
31
+ ipykernel==6.29.0
32
+ ipython==8.18.1
33
+ jedi==0.19.1
34
+ Jinja2==3.1.3
35
+ joblib==1.3.2
36
+ jsonschema==4.21.1
37
+ jsonschema-specifications==2023.12.1
38
+ jupyter_client==8.6.0
39
+ jupyter_core==5.7.1
40
+ kiwisolver==1.4.5
41
+ markdown-it-py==3.0.0
42
+ MarkupSafe==2.1.4
43
+ matplotlib==3.8.2
44
+ matplotlib-inline==0.1.6
45
+ mdurl==0.1.2
46
+ nest-asyncio==1.6.0
47
+ numpy==1.26.3
48
+ orjson==3.9.12
49
+ packaging==23.2
50
+ pandas==2.2.0
51
+ parso==0.8.3
52
+ pexpect==4.9.0
53
+ pillow==10.2.0
54
+ platformdirs==4.1.0
55
+ prompt-toolkit==3.0.43
56
+ psutil==5.9.8
57
+ ptyprocess==0.7.0
58
+ pure-eval==0.2.2
59
+ pydantic==2.6.0
60
+ pydantic_core==2.16.1
61
+ pydub==0.25.1
62
+ Pygments==2.17.2
63
+ pyparsing==3.1.1
64
+ python-dateutil==2.8.2
65
+ python-multipart==0.0.6
66
+ pytz==2023.4
67
+ PyYAML==6.0.1
68
+ pyzmq==25.1.2
69
+ referencing==0.33.0
70
+ requests==2.31.0
71
+ rich==13.7.0
72
+ rpds-py==0.17.1
73
+ ruff==0.1.15
74
+ scikit-learn==1.4.0
75
+ scipy==1.12.0
76
+ semantic-version==2.10.0
77
+ shellingham==1.5.4
78
+ six==1.16.0
79
+ sniffio==1.3.0
80
+ stack-data==0.6.3
81
+ starlette==0.35.1
82
+ threadpoolctl==3.2.0
83
+ tomlkit==0.12.0
84
+ toolz==0.12.1
85
+ tornado==6.4
86
+ tqdm==4.66.1
87
+ traitlets==5.14.1
88
+ typer==0.9.0
89
+ typing_extensions==4.9.0
90
+ tzdata==2023.4
91
+ urllib3==2.1.0
92
+ uvicorn==0.27.0.post1
93
+ wcwidth==0.2.13
94
+ websockets==11.0.3
95
+ tensorflow== 2.16.1
96
+ keras==3.0.0
97
+