This is a Streamlit app for extracting basic document information using LLMs and RAG.
914
Install Docker: First, ensure Docker is installed on your computer. You can download and install it from the official Docker website.
Pull the Docker Image: Open your terminal and run this command to get the app:
docker pull your_dockerhub_username/streamlit-app
Run the App: Start the app by running:
docker run -p 8501:8501 your_dockerhub_username/streamlit-app
This will launch the app on port 8501.
Open the App: Open your web browser and go to http://localhost:8501.
Stop the App: To stop the app, press Ctrl+C in the terminal or use:
docker stop <container_id>
Replace your_dockerhub_username with the actual username you used to upload the Docker image.
Content type
Image
Digest
sha256:57c055ff3…
Size
729.9 MB
Last updated
almost 2 years ago
docker pull vsanchezn/streamlit-app