Demo web application
Demo illustration

Start with Docker
run this command:
docker run -p 3001:3001 -it -v $HOME/.cache/huggingface/hub:/root/.cache/huggingface/hub --gpus all mephodybro/polygraph_demo:0.0.17 polygraph_server
The server should be available on http://localhost:3001
Original implementation
The chat GUI is based on the following project: https://github.com/ioanmo226/chatgpt-web-application