/pi-chat

Chat with raspberry pi

Primary LanguagePython

Pi Chat

Using raspberry pi and ollama, create simple chat input and receive an answer to your question via this url.

Setup

First, we can make a virtual environment to install the necessary packages.

python -m venv pi-chat

Then, we can activate the virtual environment.

source pi-chat/bin/activate

Then, we can install the necessary packages.

pip install -r requirements.txt

Now, we can run the application.

streamlit run app.py