Spaces:
Runtime error
Runtime error
import streamlit as st | |
st.markdown(""" | |
| Library | Definition | | |
|-----------------|------------------------------------------------------------------| | |
| NumPy | ๐งฎ Library for numerical computing | | |
|-----------------|------------------------------------------------------------------| | |
| Keras | ๐ง Neural network library | | |
|-----------------|------------------------------------------------------------------| | |
| Pandas | ๐ผ Library for data manipulation | | |
|-----------------|------------------------------------------------------------------| | |
| PyTorch | ๐ฅ Open-source machine learning library based on Torch | | |
|-----------------|------------------------------------------------------------------| | |
| SciPy | ๐งช Library for scientific computing | | |
|-----------------|------------------------------------------------------------------| | |
| Scikit-Learn | ๐ค Machine learning library | | |
|-----------------|------------------------------------------------------------------| | |
| TensorFlow | ๐ค Open-source machine learning library developed by Google | | |
|-----------------|------------------------------------------------------------------| | |
| Matplotlib | ๐ Data visualization library | | |
|-----------------|------------------------------------------------------------------| | |
| Seaborn | ๐ Data visualization library based on Matplotlib | | |
|-----------------|------------------------------------------------------------------| | |
| Theano | ๐ข Numerical computation library for deep learning models | | |
|-----------------|------------------------------------------------------------------| | |
| OpenCV | ๐๏ธ Computer vision library | | |
|-----------------|------------------------------------------------------------------| | |
| Mahotas | ๐๏ธ Computer vision library for image processing | | |
|-----------------|------------------------------------------------------------------| | |
| SimpleITK | ๐ฅ Medical image processing library | | |
|-----------------|------------------------------------------------------------------| | |
| Pillow | ๐ผ๏ธ Image processing library | | |
|-----------------|------------------------------------------------------------------| | |
| Requests | ๐ HTTP library | | |
|-----------------|------------------------------------------------------------------| | |
| Beautiful Soup | ๐ธ๏ธ Web scraping library | | |
|-----------------|------------------------------------------------------------------| | |
| Selenium | ๐ Web driver for browser automation | | |
|-----------------|------------------------------------------------------------------| | |
| ScraPy | ๐ท๏ธ Web crawling and scraping library | | |
|-----------------|------------------------------------------------------------------| | |
| PyTest | ๐งช Testing framework for Python | | |
|-----------------|------------------------------------------------------------------| | |
| PyUnit | ๐งช Unit testing framework for Python | | |
""") |