DOCUMENTATION : https://streamlit.io/ REFERENCES : https://discuss.streamlit.io/t/wide-layout-left-aligned-with-padding/7938
ALL DEPENDECIES CAN BE INSTALLED USING pip.
To run streamlit app use this cmd : streamlit run
All modules/dependencies can be installed using pip.
To run any app : Goto the path where script and data folder is downloaded and kept. Then run this command streamlit run <script>
Streamlit based data apps and dashboards
- <simple_data_dashboard.py> Simplest data apps / dashboard for olympic 2016 dataset. To launch the app run this command in cmd : streamlit run simple_data_dashboard.py
- <olympic.py> Live Olympics Tokyo 2020 Dashboard in Python 🐍 Streamlit! (https://www.streamlit.io/) & Plotly (https://plotly.com/)
- <dash_cert_report.py> Certificate validation report
- <advanced_filter.py> Advanced filter reporting Dashboard.
- <slide_presentation_1.py> - Last 5 olympics Top 10 Countries using Python 🐍 Streamlit ! (https://www.streamlit.io/) with flavors of Plotly (https://plotly.com/). Have created last_5_olympic.xlsx by copying table from wiki for each olympic respectively then pasting it to raw.xlsx ==> running create_olypicdataset_top10.py ==> output then pasted to last_5_olympic.xlsx dataset. Done slight manual changes as well.
- <NLP.py> - Streamlit "Natural Language Processing" app: Created Streamlit "Natural Language Processing" app to perform NLTK functions.Requires gensim==3.8.3.
- <lang_translation_app.py> - Streamlit Translation. Layout input is driven from data/language.xlsx.
- <latex.py> - Streamlit app to parse LaTex .tex files.
- <Streamlit_Scientific_calc.py> - Streamlit - Kalker Scientific Calculator app
- <Streamlit_lang_translation_speech_app.py> - Streamlit Language Translation with text-to-speech converter. Layout input is driven from data/language.xlsx.
- <Presentation.py> - Shows concept of creating Presentation of multiple topics with bi-directional paging functionality in Streamlit. Unzip images.zip to run this example. You will also need SessionState.py with this script.