Getting started

Step 1) Download the “Ollama” repository on our GitHub

GitHub Repo

Step 2) Make sure you have Docker is installed and running

Docker Install Link

Docker

Step 3) Open Terminal and Build Docker Container

Locate the GitHub repo you just downloaded in terminal and make you way towards the streamlit_app folder

locate the streamlit_app folder then follow these commands

cd streamlit_app
docker-compose up -d --build

It should look like this after running the commands Docker

Step 4) Open New Build Container

container

Click open container and it should look like this. Then open the local host link local host

Step 5) Input Keys and Model

After Inputting the model and keys you are now able to use the program input

input

Closing the Program

To close the Docker program just type the following in your terminal

docker-compose down