Tag

Streamlit

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Feb 17, 2025 · Frontend Development

Eight Python GUI Libraries for Building Desktop Applications

This article introduces eight Python GUI frameworks—including Tkinter, PyQt5, PySimpleGUI, Kivy, wxPython, Toga, Dear PyGui, and Streamlit—explaining their features, providing code examples, and offering a small exercise to create a simple calculator, helping developers quickly build desktop apps.

GUIKivyPyQt5
0 likes · 9 min read
Eight Python GUI Libraries for Building Desktop Applications
Python Programming Learning Circle
Python Programming Learning Circle
Aug 23, 2024 · Artificial Intelligence

Getting Started with Python Generative AI: Six Practical Projects Using Llama 2, LangChain, Streamlit, Gradio, FastAPI and SQL

This article presents six hands‑on Python generative‑AI projects—ranging from a Llama 2 chatbot built with Streamlit and Replicate to natural‑language‑to‑SQL conversion using LlamaIndex and SQLAlchemy—complete with environment setup, required code snippets, deployment tips and resource links for further exploration.

GradioLangChainPython
0 likes · 20 min read
Getting Started with Python Generative AI: Six Practical Projects Using Llama 2, LangChain, Streamlit, Gradio, FastAPI and SQL
Python Programming Learning Circle
Python Programming Learning Circle
Apr 26, 2024 · Artificial Intelligence

Five Essential Python Libraries for Machine Learning Engineers

This article introduces five essential Python libraries—MLflow, Streamlit, FastAPI, XGBoost, and ELI5—that every junior or intermediate machine‑learning engineer and data scientist should master to streamline experiment tracking, build interactive web apps, deploy models efficiently, achieve fast accurate predictions, and improve model interpretability.

ELI5MLflowStreamlit
0 likes · 8 min read
Five Essential Python Libraries for Machine Learning Engineers
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Apr 1, 2024 · Artificial Intelligence

Deploying and Using Ollama Large Language Models Locally with Streamlit

This guide explains how to install Ollama, explore its supported open‑source LLMs, use its REST API for generation, chat, and embeddings, and build a Streamlit‑based web chat application that runs locally on your machine.

AIAPILocal Deployment
0 likes · 6 min read
Deploying and Using Ollama Large Language Models Locally with Streamlit
Python Programming Learning Circle
Python Programming Learning Circle
Dec 21, 2023 · Artificial Intelligence

Introducing Streamlit: A Free Open‑Source Framework for Building Machine‑Learning Apps with Python

Streamlit is a free, open‑source Python framework that lets machine‑learning engineers quickly turn scripts into interactive web apps, featuring top‑to‑bottom script execution, widget‑as‑variable handling, caching, GPU support, and seamless integration with tools like Git.

App DevelopmentData VisualizationGPU
0 likes · 9 min read
Introducing Streamlit: A Free Open‑Source Framework for Building Machine‑Learning Apps with Python
Python Programming Learning Circle
Python Programming Learning Circle
Mar 1, 2023 · Artificial Intelligence

Introducing Streamlit: A Free Open‑Source Framework for Building Machine‑Learning Apps with Python

Streamlit is a free, open‑source Python framework that lets machine‑learning engineers quickly turn scripts into interactive apps, offering features such as top‑down script execution, widget‑as‑variable handling, caching, GPU support, and seamless integration with version‑control tools, all without requiring separate frontend development.

App DevelopmentData VisualizationOpen-source
0 likes · 9 min read
Introducing Streamlit: A Free Open‑Source Framework for Building Machine‑Learning Apps with Python
Python Programming Learning Circle
Python Programming Learning Circle
Jan 22, 2022 · Frontend Development

Getting Started with Streamlit: Installation, Core Components, and Sample Projects

This tutorial introduces Streamlit—a Python library for building interactive web apps—covering installation, layout, widgets, data caching, charting, and example projects such as dynamic data exploration and a face‑detection demo, all with complete code snippets.

Data VisualizationPythonStreamlit
0 likes · 11 min read
Getting Started with Streamlit: Installation, Core Components, and Sample Projects
Python Programming Learning Circle
Python Programming Learning Circle
Jan 12, 2022 · Artificial Intelligence

Building a Streamlit Web Application for NLP Tasks: Sentiment Analysis, Entity Extraction, and Text Summarization

This tutorial demonstrates how to create a lightweight Streamlit web app in Python that lets users select and run common NLP services—sentiment analysis, named‑entity recognition, and text summarization—by integrating libraries such as TextBlob, spaCy, and Gensim, with clear code examples and visual output.

Entity RecognitionNLPStreamlit
0 likes · 13 min read
Building a Streamlit Web Application for NLP Tasks: Sentiment Analysis, Entity Extraction, and Text Summarization
Python Programming Learning Circle
Python Programming Learning Circle
Jun 22, 2021 · Artificial Intelligence

Introducing Streamlit: A Python Framework for Building Machine Learning Apps

This article explains how Streamlit, a free open‑source Python framework, simplifies the creation of interactive machine‑learning applications by letting developers write pure Python scripts that automatically rerun on each interaction, cache results, and integrate seamlessly with existing tools and workflows.

App DevelopmentData VisualizationOpen-source
0 likes · 8 min read
Introducing Streamlit: A Python Framework for Building Machine Learning Apps
Python Programming Learning Circle
Python Programming Learning Circle
Nov 3, 2019 · Artificial Intelligence

Build Machine Learning Apps in Minutes with Streamlit: A Python‑Only Guide

This article explains how machine‑learning engineers can create fully functional, interactive apps using only Python and the open‑source Streamlit framework, covering its core principles, widget handling, caching, GPU support, deployment workflow, and real‑world examples with code snippets and diagrams.

App DevelopmentData VisualizationStreamlit
0 likes · 9 min read
Build Machine Learning Apps in Minutes with Streamlit: A Python‑Only Guide