Sign inSign up

vsanchezn/streamlit-app

By vsanchezn

Updated almost 2 years ago

This is a Streamlit app for extracting basic document information using LLMs and RAG.

Image
Languages & frameworks
Machine learning & AI
Data science
0

914

vsanchezn/streamlit-app repository overview

  1. Install Docker: First, ensure Docker is installed on your computer. You can download and install it from the official Docker website.

  2. Pull the Docker Image: Open your terminal and run this command to get the app:

    docker pull your_dockerhub_username/streamlit-app
    
  3. 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.

  4. Open the App: Open your web browser and go to http://localhost:8501.

  5. 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.

Tag summary

Content type

Image

Digest

sha256:57c055ff3

Size

729.9 MB

Last updated

almost 2 years ago

docker pull vsanchezn/streamlit-app