Artificial Intelligence: What Are Large Models?

Welcome to the special winter vacation column “High-Tech Lessons for Kids” launched by Science Popularization China! As one of the cutting-edge technologies today, artificial intelligence is changing our lives at an astonishing pace. From smart voice assistants to self-driving cars, from AI painting to machine learning, it opens up a future full of infinite possibilities. … Read more

Multi-Agent Collaboration Mechanism: A Review of Large Language Models

Multi-Agent Collaboration Mechanism: A Review of Large Language Models

Source: ZHUAN ZHI This article is approximately 6000 words long and suggests a reading time of 12 minutes. This article provides a comprehensive overview of collaboration in multi-agent systems and proposes a scalable framework to guide future research. With the latest advancements in large language models (LLMs), Agentic Artificial Intelligence (Agentic AI) has made significant … Read more

Streamlit: A Magical Python Library!

Streamlit: A Magical Python Library!

Hello everyone, I am Code Guy, a technology enthusiast focused on data science and software development. Today, I will introduce you to a very magical Python library—Streamlit. With its simplicity and ease of use, it provides a powerful tool for data scientists and developers to quickly build and deploy interactive web applications. Next, I will … 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

How to Write Web Apps Using Simple Python for Data Scientists

How to Write Web Apps Using Simple Python for Data Scientists

Author: Rahul Agarwal, Data Scientist at Walmart Labs Translator: Chen Zhiyan Proofreader: Yan Xiaoyu This article is approximately 4300 words, and is recommended for a reading time of 10 minutes. This article explains how to create applications that support data science projects using StreamLit. Data science projects can easily be transformed into excellent applications without … Read more

Creating Interactive Visualizations with Python Made Simple

Creating Interactive Visualizations with Python Made Simple

Author: Cloud君 Source: Data STUDIO This article will teach you about a third-party library designed specifically for data scientists (machine learning engineers) based on Python —- Streamlit. With just a few lines of code, you can create visually appealing applications that are very convenient and practical. This article covers everything from installation and commonly used … Read more

Methods for Visualizing Machine Learning Projects

Methods for Visualizing Machine Learning Projects

Click on "Xiaobai Learns Vision" above, select "Star" or "Pin" Heavy content, delivered immediately Machine Learning Author: Yang Jianli, Datawhale member, Data Analyst From: Datawhale Many data science practitioners face a pain point: without the skill set to illuminate the web front end, they cannot quickly develop a user interface for project display or collaboration. … Read more

Getting Started with Streamlit: Build a Dashboard

Getting Started with Streamlit: Build a Dashboard

Click the “Deephub Imba” above to follow our official account and never miss great articles! Streamlit is an open-source Python library for creating data science and machine learning applications. Its primary goal is to enable developers to quickly build interactive data applications in a simple way, without extensive front-end development experience. Streamlit provides an easy … Read more

Streamlit: An Easy Framework for Data Science and Machine Learning

Streamlit: An Easy Framework for Data Science and Machine Learning

Hello everyone, I am Little Rabbit learning Python. Today I want to introduce you to a super cool “tool”—Streamlit. It’s like a universal key, specially designed to open the door to easily building applications, making it unprecedentedly simple to implement data science projects! Imagine this: you have painstakingly developed an amazing machine learning model that … Read more

Streamlit: An Innovative AI Application Building Library

Streamlit: An Innovative AI Application Building Library

Writing UI is too hard? Streamlit to the rescue! Brothers and sisters, are you often tortured by front-end development? Building AI models is easy, but creating a beautiful display interface is a challenge? Don’t worry! Today I want to recommend an amazing tool — Streamlit! What is Streamlit? In simple terms, it is a UI … Read more