Fast Prototyping of GenAI Apps with Streamlit
A course to help you learn to build and ship GenAI apps fast
Best Practices for Building GenAI Apps with Streamlit
Key strategies for building robust, scalable, and responsible GenAI apps with Streamlit

Streamlit 101: The fundamentals of a Python data app
Streamlit empowers data scientists to quickly build interactive data apps effortlessly

Building a dashboard in Python using Streamlit
Using pandas for data wrangling, Altair/Plotly for data visualization, and Streamlit as your frontend
LangChain tutorial #5: Build an Ask the Data app
Leverage Agents in LangChain to interact with pandas DataFrame
How to build a Llama 2 chatbot
Experiment with this open-source LLM from Meta
LangChain tutorial #4: Build an Ask the Doc app
How to get answers from documents using embeddings, a vector store, and a question-answering chain
LangChain tutorial #3: Build a Text Summarization app
Explore the use of the document loader, text splitter, and summarization chain
LangChain tutorial #2: Build a blog outline generator app in 25 lines of code
A guide on conquering writer’s block with a Streamlit app