Spaces:
Runtime error
Runtime error
File size: 2,557 Bytes
a4bc88d a371863 4cd6b89 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 |
|-----|-----------------|-----------------|------------------------------------------------------------------|
| 1 | Beautiful Soup | Web scraping | ๐ธ๏ธ Library for web scraping |
| 2 | Keras | Neural networks | ๐ง Deep learning library for Python |
| 3 | Mahotas | Computer vision | ๐๏ธ Image processing library for computer vision |
| 4 | Matplotlib | Data analysis | ๐ Data visualization library |
| 5 | NumPy | Numerical | ๐งฎ Library for numerical computing |
| 6 | OpenCV | Computer vision | ๐๏ธ Library for computer vision |
| 7 | Pandas | Data analysis | ๐ผ Library for data manipulation |
| 8 | PyTest | Testing | ๐งช Testing framework for Python |
| 9 | PyTorch | Machine learning| ๐ฅ Open-source machine learning library based on Torch |
| 10 | PyUnit | Testing | ๐งช Unit testing framework for Python |
| 11 | Requests | Web requests | ๐ HTTP library |
| 12 | Scikit-Learn | Machine learning| ๐ค Machine learning library |
| 13 | SciPy | Scientific | ๐งช Library for scientific computing |
| 14 | Seaborn | Data analysis | ๐ Data visualization library based on Matplotlib |
| 15 | Selenium | Web automation | ๐ Web driver for browser automation |
| 16 | SimpleITK | Medical imaging| ๐ฅ Medical image processing library |
| 17 | TensorFlow | Machine learning| ๐ค Open-source machine learning library developed by Google |
| 18 | Theano | Machine learning| ๐ข Numerical computation library for deep learning models |
| 19 | Pillow | Image processing| ๐ผ๏ธ Image processing library |
| 20 | ScraPy | Web scraping | ๐ท๏ธ Web crawling and scraping library |
""") |