Spaces:
Runtime error
Runtime error
File size: 3,684 Bytes
a4bc88d 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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
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 |
""") |