Skip to content

emillykkejensen/polGPT

Repository files navigation

PolGPT - Chat with Members of Parliament

This Streamlit app allows you to chat with Members of Parliament (MPs) using the PolGPT chatbot. The chatbot has access to meeting minutes from the Parliament.

Getting Started

1. Use Docker:

docker run -e PINECONE_API_KEY=xxxxxxxxx -e PINECONE_ENV=xxxxxxxxx -e PINECONE_INDEX=xxxxxxxxx ghcr.io/emillykkejensen/polgpt:main

2. or clone the Repository

(All of it from bash)

clone git@github.com:emillykkejensen/PolGPT.git

Then install Poetry: How to install Poetry

install dependencies:

poetry update

Set Pinecone API key, environment and index name:

export PINECONE_API_KEY=xxxxxxxxx
export PINECONE_ENV=us-xxxxxxxxx
export PINECONE_INDEX=xxxxxxxxx

and run streamlit:

streamlit run streamlit_app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages