File size: 5,107 Bytes
a4bc88d
a371863
 
bfaea57
f5a5911
bfaea57
 
995a19d
09d4683
9dc1fa6
09d4683
 
0af8c43
f5a5911
 
 
 
5d020f2
 
f5a5911
 
 
 
 
 
 
 
 
a371863
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
import streamlit as st

st.markdown("""
| No. | Library         | Type             | Definition                                                       | URLs - Pypi and Example Spaces                                                                      |
|-----|-----------------|-----------------|------------------------------------------------------------------|--------------------------------------------------------------------------|
| 1   | Beautiful Soup  | Web scraping    | ๐Ÿ•ธ๏ธ Library for web scraping                                       | https://pypi.org/project/beautifulsoup4/  https://huggingface.co/spaces/awacke1/VizLib-BeautifulSoup                               |
| 2   | Keras           | Neural networks | ๐Ÿง  Deep learning library for Python                               | https://pypi.org/project/Keras/  https://huggingface.co/spaces/awacke1/VizLib-Keras-n-Plotly                                         |
| 3   | Mahotas         | Computer vision | ๐Ÿ‘๏ธ Image processing library for computer vision                   | https://pypi.org/project/mahotas/  https://huggingface.co/spaces/awacke1/VizLib-Mahotas                                      |
| 4   | Matplotlib      | Data analysis   | ๐Ÿ“Š Data visualization library                                     | https://pypi.org/project/matplotlib/  https://huggingface.co/spaces/awacke1/VizLib-Matplotlib                                  |
| 4   | Altair          | Data analysis   | ๐Ÿ“Š Data visualization library                                     | https://huggingface.co/spaces/awacke1/VizLib-Altair
| 5   | NumPy           | Numerical       | ๐Ÿงฎ Library for numerical computing                               | https://pypi.org/project/numpy/  https://huggingface.co/spaces/awacke1/VizLib-Numpy                                         |
| 6   | OpenCV          | Computer vision | ๐Ÿ‘๏ธ Library for computer vision                                    | https://pypi.org/project/opencv-python/  https://huggingface.co/spaces/awacke1/VizLib-OpenCV                                 |
| 7   | Pandas          | Data analysis   | ๐Ÿผ Library for data manipulation                                  | https://pypi.org/project/pandas/  https://huggingface.co/spaces/awacke1/Acting-Game-Mechanics                                       |
| 8   | PyTest          | Testing         | ๐Ÿงช Testing framework for Python                                   | https://pypi.org/project/pytest/                                        |
| 9   | PyTorch         | Machine learning| ๐Ÿ”ฅ Open-source machine learning library based on Torch           | https://pypi.org/project/torch/                                         |
| 10  | PyUnit          | Testing         | ๐Ÿงช Unit testing framework for Python                              | https://pypi.org/project/pyunit/                                        |
| 11  | Requests        | Web requests    | ๐ŸŒ HTTP library                                                   | https://pypi.org/project/requests/                                     |
| 11  | PyDeck          | 3D Maps, Clouds | ๐ŸŒ Map library                                                   | https://huggingface.co/spaces/awacke1/VizLib-PyDeck|
| 11  | GeoPandas       | 3D Maps, Clouds | ๐ŸŒ Map library                                                   | https://huggingface.co/spaces/awacke1/VizLib-GeoPandas|
| 12  | Scikit-Learn    | Machine learning| ๐Ÿค– Machine learning library                                       | https://pypi.org/project/scikit-learn/                                  |
| 13  | SciPy           | Scientific      | ๐Ÿงช Library for scientific computing                               | https://pypi.org/project/scipy/                                         |
| 14  | Seaborn         | Data analysis   | ๐Ÿ“Š Data visualization library based on Matplotlib                | https://pypi.org/project/seaborn/                                       |
| 15  | Selenium        | Web automation  | ๐Ÿš€ Web driver for browser automation                              | https://pypi.org/project/selenium/                                      |
| 16  | SimpleITK       | Medical imaging| ๐Ÿฅ Medical image processing library                               | https://pypi.org/project/SimpleITK/                                     |
| 17  | TensorFlow      | Machine learning| ๐Ÿค– Open-source machine learning library developed by Google      | https://pypi.org/project/tensorflow/                                    |
| 18  | Theano          | Machine learning| ๐Ÿ”ข Numerical computation library for deep learning models         | https://pypi.org/project/Theano/                                        |
| 19  | Pillow          | Image processing| ๐Ÿ–ผ๏ธ Image processing library                                       | https://pypi.org/project/Pillow/                                        |
| 20  | ScraPy          | Web scraping    | ๐Ÿ•ท๏ธ Web crawling and scraping library                              | https://pypi.org/project/Scrapy/                                        |
""")