Streamlit: A Lifesaver for Data Developers!

Streamlit: A Lifesaver for Data Developers!

I always thought that building data applications was particularly troublesome; you need to understand both front-end and back-end, and also know how to deploy them. It made someone like me, who is purely a data developer, feel overwhelmed. However, I recently discovered a treasure tool, Streamlit, which is simply a timely rain for data developers! … Read more

Streamlit Natural Language Processing Periodic Table Generator

Streamlit Natural Language Processing Periodic Table Generator

Click Demo https://www.innerdoc.com/periodic-table-demo/ The idea of this periodic table generator is to create a blog about the periodic table of natural language processing tasks. With the help of Streamlit and inspired by this Bokeh library example, it has become a dynamic creator that can be customized based on your periodic table! Da Deng’s role was … Read more

Build a Stunning Data Dashboard in 10 Minutes with Streamlit

Build a Stunning Data Dashboard in 10 Minutes with Streamlit

Hello everyone! Today I want to share with you an amazing Python library – Streamlit. Are you still struggling to build data visualization web pages? In the past, you might have needed to master various technologies like HTML, CSS, and JavaScript, but with Streamlit, all you need is to write Python code! It’s like a … Read more

Quickly Build Python Applications with Streamlit

Quickly Build Python Applications with Streamlit

Data scientists and developers often need to turn models or data analysis results into intuitive applications, but traditional web development frameworks (like Flask and Django) require writing a lot of boilerplate code and even front-end development skills. Streamlit is a fast web application framework designed specifically for Python. With just a few lines of code, … Read more

Streamlit Beginner Tutorial – Create Your First Data Visualization Webpage in 30 Minutes!

Streamlit Beginner Tutorial - Create Your First Data Visualization Webpage in 30 Minutes!

Hello everyone, I am Niu Ge! Have you ever faced the frustration of writing a data analysis script only to see the results in the terminal? Want to showcase it to others but have to take screenshots? Or perhaps you want to create a simple visualization interface but are discouraged by frontend technologies? Today, I … Read more

Streamlit: A Python Library for Rapid Application Development

Streamlit: A Python Library for Rapid Application Development

In today’s data-driven era, data scientists and developers often face the challenge of transforming complex data analyses and machine learning models into user-friendly applications. The traditional web development process is cumbersome, requiring mastery of various front-end and back-end technologies, which is undoubtedly a significant barrier for those focused on data processing and algorithm development. The … Read more

Streamlit: Quickly Build Data Visualization Web Pages from Scratch

Streamlit: Quickly Build Data Visualization Web Pages from Scratch

# Streamlit: Quickly Build Data Visualization Web Pages from Scratch Hello everyone, I am Lao Wang. Today I want to introduce you to a super powerful Python library – Streamlit. It is like a magical wand that allows us to quickly create beautiful web applications with simple Python code. You don't need to know HTML, … Read more

Streamlit: A Fast Track for Data Application Development

Streamlit: A Fast Track for Data Application Development

Hey, friends! Today I want to introduce you to a super cool Python library – Streamlit! This thing is simply a “magic wand” in the world of data application development, waving it can conjure up beautiful web applications, it’s just too awesome! 🎩✨ I still remember the first time I encountered Streamlit; it felt like … Read more

Streamlit-Lottie: A Component for Python Animation Effects

Streamlit-Lottie: A Component for Python Animation Effects

Hello everyone, today we are going to learn about an interesting Python animation component: Streamlit-Lottie. Lottie is an animation library for web and mobile applications, and Streamlit-Lottie is a Python component developed based on Lottie, allowing us to easily add cool animation effects to our Streamlit applications. Installing Streamlit-Lottie First, make sure you have Streamlit … Read more

Create Stunning Data Dashboards with Streamlit

Create Stunning Data Dashboards with Streamlit

Hello everyone! Today I want to introduce you to a particularly useful Python library – Streamlit. As a data visualization enthusiast, I find this library to be a magic tool for creating data dashboards! You don’t need to understand front-end development or know JavaScript; as long as you know basic Python, you can easily create … Read more