Giter Site home page Giter Site logo

streamlit-ollama's Introduction

Reference implementation for a chatbot with Streamlit and Ollama

This is a chatbot application built with Streamlit for the web interface and Ollama as the backend language model processor. In this setup, it uses Docker to containerize the application, making it easy to deploy and scale.

Usage

1) Start the containers

Run the following command to start all the services defined in your Docker Compose file in detached mode:

docker compose up -d

2) Pull llama2 or llama3

Depending on the model you want to use, pull it using the following command:

docker compose exec ollama ollama pull llama2
# or
docker compose exec ollama ollama pull llama3

This will execute the command ollama pull llama3 in the ollama container.

Note: Keep in mind to pick the right model in the preferences panel of the GUI.

3) Try it out

Navigate to http://localhost:8501/ in your web browser to interact with the chatbot. The Streamlit interface should allow you to input text and display responses from the chatbot powered by the Ollama model.

4) Stop the containers

When you are done, you can stop the containers by running:

docker compose stop

5) Remove the containers and volumes (optional)

To completely remove all containers and clean up volumes created by Docker Compose, use:

docker compose down -v

streamlit-ollama's People

Contributors

ricardobalk avatar

Stargazers

Siddh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.