【Python】Streamlit Sharingで簡単・爆速でWebページをデプロイする!
https://qiita.com/kagami_t/items/c54702e271d729948e24?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
#qiita #Python #Web #Webアプリケーション #Streamlit
#qiita #python #web #webアプリケーション #streamlit
I'm thrilled to be working on a pipeline monitoring dashboard using Streamlit for my organization! With so many moving parts to manage, having Streamlit as the backbone of the project is a real game-changer. #Streamlit #Dashboard #Observability #devops
#streamlit #dashboard #observability #devops
If you ever wish you had a super quick way to plot color into a chromaticity diagram, checkout my new #colorScience tool :
https://colour-plotting.streamlit.app/
plot colors, images (as long as they are not too big plz) with a lot of customization.
Made with @colour_science , #python and #streamlit !
GitHub: https://github.com/MrLixm/streamlit-colour-plotting
#colorscience #python #streamlit
Streamlit is a simple and nice way to provide a web UI for a data science project written in Python.
I'm writing a proposal, and it has taken me a while to find out that it uses Tornado for its back end. 99% of information online is about how useful Streamlite is to use (it is!).
It didn't take me too long when I started looking at the requests themselves and checking their code, but I wasted a lot of time looking for info about their architecture on their site, README or docs.
#streamlit
This week I learned how to create web applications with #streamlit.
My first app is a hat tip to Omar Wagih's 'Guess The Correlation' site: https://correlation.streamlit.app/ #python #webapp #datascience #TIL
#streamlit #python #webapp #datascience #til
Any #streamlit users/contributors/creators on mastodon? Any official accounts?
Need to rebuild my 'Streamlit people' list 🎈
Please share for maximum reach.
Build a #ChatGPT-Powered PDF Assistant with Langchain and Streamlit
#langchain #streamlit #python #javascript
https://morioh.com/a/769dfb7fa4c1/build-a-chatgpt-powered-pdf-assistant-with-langchain-and-streamlit
#JavaScript #Python #streamlit #langchain #chatgpt
ShinyProxy now supports Dash.jl apps (for a demo: https://oa.eu/oujHVF) and #Streamlit apps (for a demo: https://oa.eu/LC8GsX).
Also, ShinyProxy’s mobile experience is improved, the support of admin users (next to admin groups) is added as well as passing of time zone information to your #datascience apps.
More information about the release: https://oa.eu/QN2Fbc
#streamlit #datascience #opensource #plotly #rstats #python #kubernetes
I took some time to update an old streamlit web-app I had : Temperature to RGB color converter.
Of course the code was old and I could not resist refactoring everything, but it should be cleaner now. I improved the overall UI and added a new graph plotting feature !
https://mrlixm-temperature2rgb.streamlit.app/
And the code can be found at https://github.com/MrLixm/Streamlit_Temperature2RGB
Made with @colour_science , #python and #streamlit
I made this for the competition. I was thinking of something small, but building this took me a day.
I used Spotify API for the data connection. Hopefully, I can get a #Streamlit hoodie. I'm kind of surprised that Spotify API is so generous even for free accounts.
I am surprised how well LLMs work with SQL. I tested out the llama_index sql query feature, and it was usually good at generating queries and answers.
I wrapped it in a #streamlit app, and included a little explanation section that showed the generated query and an LLM-generated explanation of it.
I just learned about #Streamlit and my mind is blown. So easy to use for my small data viz projects.
#streamlit is great but really not #SEO friendly if you use a domain name.
Switching to #Jekyll
Aaaah #Ruby 💔💔 I've missed you
New post: Watching large language models spew words at each other hasn't improved my understanding of them.
https://www.lovelawrobots.com/whats-intelligence
#ChatGPT #OpenAI #streamlit #experiment #AI
#ai #experiment #streamlit #openai #chatgpt
Snowflake Summit 2023 現地レポート Day2
https://qiita.com/Kento_Imamura/items/eb15058074c3b655dbe5?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
#Python #container #Snowflake #Streamlit
#python #container #snowflake #streamlit
I made a Streamlit app with a Folium map featuring Philadelphia's Steam Loop.
Also Included - An analysis on nearby buildings and research on Cogeneration (Combined Heat and Power)
Check it out at https://phlsteamloop.streamlit.app
#python #streamlit #folium #gis #energy #infrastructure #opensource #cogeneration
#python #streamlit #folium #GIS #energy #infrastructure #opensource #cogeneration
I made a Streamlit app with a Folium map featuring Philadelphia's Steam Loop. Check it out at https://phlsteamloop.streamlit.app
#python #streamlit #folium #gis #energy #infrastructure #opensource
#python #streamlit #folium #GIS #energy #infrastructure #opensource
I made a Streamlit app with a Folium map featuring Philadelphia's Steam Loop. Check it out at phlsteamloop.streamlit.app
#python #streamlit #folium #GIS #energy #infrastructure
Looking into #streamlit and this is the first time in years (decades?) I've run into a web framework that doesn't have an obvious way to run multiple instances of the same application, on different hosts, behind a load balancer.
What am I missing?