# Systemy dialogowe — sklep internetowy ## Requirements Docker version 20.\*+ ## Installation Make sure that you Docker is running now. `docker build -t chatbot .` There is always possibility to run it without Docker. List of the required library we can find inside: `requirements.txt` or by: `pip install requirements.txt` Compatible with `python 3.9` as other versions have conflicts with convlab or flair. ## Development and usage We can run script `sh run.sh` or `docker run -it --rm -p 8888:8888 chatbot` On both cases we are mapping our src directory to workdir inside Docker to always run the newest code. ## Contributors | Team member | |----------------| | Mikołaj Gawron | | Anna Śmigiel | | Dawid Korzępa | | Adam Stelmaszyk |