langflowai/langflow
Introduction
Langflow is a powerful and intuitive platform designed for building, iterating, and deploying AI applications. Leveraging a visual interface, users can effortlessly create flows by dragging and connecting components, making AI app development accessible and efficient.
Installation
Images on this Docker Hub repository correspond to various stages of Langflow development:
latest
: Reflects the most recent stable build from the main
branch.Features
Getting Started
To start using Langflow:
Pull the Docker image corresponding to your desired version.
Use the following command to run Langflow:
docker run -it --rm -p 7860:7860 langflowai/langflow:latest
Access Langflow at http://localhost:7860
in your web browser.
Documentation and Community
docker pull langflowai/langflow