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 | """)