Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cceyda/streamlit-inspect
https://github.com/cceyda/streamlit-inspect
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cceyda/streamlit-inspect
- Owner: cceyda
- Created: 2021-04-17T11:52:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-09T09:36:05.000Z (over 2 years ago)
- Last Synced: 2024-11-15T09:32:51.205Z (about 2 months ago)
- Language: Python
- Size: 124 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
This is a proof-of-concept# Run
streamlit run streamlit_view.py# Example app
```bash
cd examples/custom_type
streamlit run kornia_view.py
```# Require
Python 3.7 or up# Supported types
**Native**: bool,float,str,int
**typing**: tuple,union
**special/custom**: tensor (example)
# TODO
- align `and` `or` for tuple union types
- align `None`
- add example docstring to test_class.py
- hide optional container if empty
- How to handle *args,**kwargs
-
# Requirements# Contribute