Spaces:
Runtime error
Runtime error
File size: 4,187 Bytes
a4bc88d a371863 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 |
import streamlit as st
st.markdown("""
| No. | Library | Type | Definition | URL |
|-----|-----------------|-----------------|------------------------------------------------------------------|--------------------------------------------------------------------------|
| 1 | Beautiful Soup | Web scraping | ๐ธ๏ธ Library for web scraping | https://pypi.org/project/beautifulsoup4/ |
| 2 | Keras | Neural networks | ๐ง Deep learning library for Python | https://pypi.org/project/Keras/ |
| 3 | Mahotas | Computer vision | ๐๏ธ Image processing library for computer vision | https://pypi.org/project/mahotas/ |
| 4 | Matplotlib | Data analysis | ๐ Data visualization library | https://pypi.org/project/matplotlib/ |
| 5 | NumPy | Numerical | ๐งฎ Library for numerical computing | https://pypi.org/project/numpy/ |
| 6 | OpenCV | Computer vision | ๐๏ธ Library for computer vision | https://pypi.org/project/opencv-python/ |
| 7 | Pandas | Data analysis | ๐ผ Library for data manipulation | https://pypi.org/project/pandas/ |
| 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/ |
| 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/ |
""") |