github-actions[bot] commited on
Commit
d974090
·
1 Parent(s): 05caa5a

Added yaml header on README for HF Space

Browse files
Files changed (2) hide show
  1. README.md +13 -0
  2. requirements.txt +103 -0
README.md CHANGED
@@ -1,3 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <div align="center">
2
  <img src="docs/favicon.png" alt="favicon" width="50">
3
  <h1>Bearing-Fault-Diagnosis-System-WebUI</h1>
 
1
+ ---
2
+ title: Bearing Fault Diagnosis System Web
3
+ emoji: 🛠️
4
+ colorFrom: gray
5
+ colorTo: gray
6
+ sdk: gradio
7
+ sdk_version: 5.25.2
8
+ app_file: BFDS_web.py
9
+ pinned: false
10
+ license: mit
11
+ python_version: 3.13.2
12
+ ---
13
+
14
  <div align="center">
15
  <img src="docs/favicon.png" alt="favicon" width="50">
16
  <h1>Bearing-Fault-Diagnosis-System-WebUI</h1>
requirements.txt ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==24.1.0
2
+ aiohappyeyeballs==2.6.1
3
+ aiohttp==3.11.16
4
+ aiosignal==1.3.2
5
+ annotated-types==0.7.0
6
+ anyio==4.9.0
7
+ attrs==25.3.0
8
+ audioop-lts==0.2.1
9
+ audioread==3.0.1
10
+ certifi==2025.1.31
11
+ cffi==1.17.1
12
+ charset-normalizer==3.4.1
13
+ click==8.1.8
14
+ colorama==0.4.6
15
+ contourpy==1.3.1
16
+ cycler==0.12.1
17
+ datasets==3.5.0
18
+ decorator==5.2.1
19
+ dill==0.3.8
20
+ fastapi==0.115.12
21
+ ffmpy==0.5.0
22
+ filelock==3.18.0
23
+ fonttools==4.57.0
24
+ frozenlist==1.5.0
25
+ fsspec==2024.12.0
26
+ gradio==5.25.0
27
+ gradio_client==1.8.0
28
+ groovy==0.1.2
29
+ h11==0.14.0
30
+ httpcore==1.0.8
31
+ httpx==0.28.1
32
+ huggingface-hub==0.30.2
33
+ idna==3.10
34
+ Jinja2==3.1.6
35
+ joblib==1.4.2
36
+ kiwisolver==1.4.8
37
+ lazy_loader==0.4
38
+ librosa==0.11.0
39
+ llvmlite==0.44.0
40
+ markdown-it-py==3.0.0
41
+ MarkupSafe==3.0.2
42
+ matplotlib==3.10.1
43
+ mdurl==0.1.2
44
+ mpmath==1.3.0
45
+ msgpack==1.1.0
46
+ multidict==6.4.3
47
+ multiprocess==0.70.16
48
+ networkx==3.4.2
49
+ numba==0.61.2
50
+ numpy==2.2.4
51
+ orjson==3.10.16
52
+ packaging==24.2
53
+ pandas==2.2.3
54
+ pillow==11.1.0
55
+ platformdirs==4.3.7
56
+ pooch==1.8.2
57
+ propcache==0.3.1
58
+ pyarrow==19.0.1
59
+ pycparser==2.22
60
+ pydantic==2.11.3
61
+ pydantic_core==2.33.1
62
+ pydub==0.25.1
63
+ Pygments==2.19.1
64
+ pyparsing==3.2.3
65
+ python-dateutil==2.9.0.post0
66
+ python-multipart==0.0.20
67
+ pytz==2025.2
68
+ PyYAML==6.0.2
69
+ requests==2.32.3
70
+ rich==14.0.0
71
+ ruff==0.11.5
72
+ safehttpx==0.1.6
73
+ scikit-learn==1.6.1
74
+ scipy==1.15.2
75
+ semantic-version==2.10.0
76
+ setuptools==75.8.0
77
+ shellingham==1.5.4
78
+ six==1.17.0
79
+ sniffio==1.3.1
80
+ soundfile==0.13.1
81
+ soxr==0.5.0.post1
82
+ standard-aifc==3.13.0
83
+ standard-chunk==3.13.0
84
+ standard-sunau==3.13.0
85
+ starlette==0.46.1
86
+ sympy==1.13.1
87
+ threadpoolctl==3.6.0
88
+ tomlkit==0.13.2
89
+ torch==2.6.0
90
+ torchaudio==2.6.0
91
+ torchvision==0.21.0
92
+ tqdm==4.67.1
93
+ typer==0.15.2
94
+ typing-inspection==0.4.0
95
+ typing_extensions==4.13.2
96
+ tzdata==2025.2
97
+ urllib3==2.4.0
98
+ uvicorn==0.34.0
99
+ websockets==15.0.1
100
+ wheel==0.45.1
101
+ xxhash==3.5.0
102
+ yarl==1.19.0
103
+ openpyxl==3.1.5