Spaces:
Runtime error
Runtime error
Create app.py
Browse files
app.py
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
|
3 |
+
st.markdown("""
|
4 |
+
| Library | Definition |
|
5 |
+
|-----------------|------------------------------------------------------------------|
|
6 |
+
| NumPy | ๐งฎ Library for numerical computing |
|
7 |
+
|-----------------|------------------------------------------------------------------|
|
8 |
+
| Keras | ๐ง Neural network library |
|
9 |
+
|-----------------|------------------------------------------------------------------|
|
10 |
+
| Pandas | ๐ผ Library for data manipulation |
|
11 |
+
|-----------------|------------------------------------------------------------------|
|
12 |
+
| PyTorch | ๐ฅ Open-source machine learning library based on Torch |
|
13 |
+
|-----------------|------------------------------------------------------------------|
|
14 |
+
| SciPy | ๐งช Library for scientific computing |
|
15 |
+
|-----------------|------------------------------------------------------------------|
|
16 |
+
| Scikit-Learn | ๐ค Machine learning library |
|
17 |
+
|-----------------|------------------------------------------------------------------|
|
18 |
+
| TensorFlow | ๐ค Open-source machine learning library developed by Google |
|
19 |
+
|-----------------|------------------------------------------------------------------|
|
20 |
+
| Matplotlib | ๐ Data visualization library |
|
21 |
+
|-----------------|------------------------------------------------------------------|
|
22 |
+
| Seaborn | ๐ Data visualization library based on Matplotlib |
|
23 |
+
|-----------------|------------------------------------------------------------------|
|
24 |
+
| Theano | ๐ข Numerical computation library for deep learning models |
|
25 |
+
|-----------------|------------------------------------------------------------------|
|
26 |
+
| OpenCV | ๐๏ธ Computer vision library |
|
27 |
+
|-----------------|------------------------------------------------------------------|
|
28 |
+
| Mahotas | ๐๏ธ Computer vision library for image processing |
|
29 |
+
|-----------------|------------------------------------------------------------------|
|
30 |
+
| SimpleITK | ๐ฅ Medical image processing library |
|
31 |
+
|-----------------|------------------------------------------------------------------|
|
32 |
+
| Pillow | ๐ผ๏ธ Image processing library |
|
33 |
+
|-----------------|------------------------------------------------------------------|
|
34 |
+
| Requests | ๐ HTTP library |
|
35 |
+
|-----------------|------------------------------------------------------------------|
|
36 |
+
| Beautiful Soup | ๐ธ๏ธ Web scraping library |
|
37 |
+
|-----------------|------------------------------------------------------------------|
|
38 |
+
| Selenium | ๐ Web driver for browser automation |
|
39 |
+
|-----------------|------------------------------------------------------------------|
|
40 |
+
| ScraPy | ๐ท๏ธ Web crawling and scraping library |
|
41 |
+
|-----------------|------------------------------------------------------------------|
|
42 |
+
| PyTest | ๐งช Testing framework for Python |
|
43 |
+
|-----------------|------------------------------------------------------------------|
|
44 |
+
| PyUnit | ๐งช Unit testing framework for Python |
|
45 |
+
|
46 |
+
|
47 |
+
""")
|