awacke1's picture
Create app.py
a371863
raw
history blame
3.66 kB
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 |
""")