Go to file
Adam Stelmaszyk ff53730a08 feat: response and test file 2024-06-13 19:59:34 +02:00
chatbot feat: response and test file 2024-06-13 19:59:34 +02:00
data data refactor, labels 2024-06-08 16:29:26 +02:00
grammars evaluation 2024-05-07 19:25:33 +02:00
notebooks feat: init 2024-03-16 16:45:26 +01:00
.gitignore feat: add more case 2024-05-10 17:29:08 +02:00
Dockerfile feat: add chatbot config and exercise 2024-05-07 21:40:14 +02:00
README.md all modules implemented, chat semi working 2024-06-11 19:30:24 +02:00
evaluate.py moved nlu to modules 2024-05-10 09:21:54 +02:00
main.py evaluation 2024-05-07 19:25:33 +02:00
requirements-analysis.md add a.stelmaszyk use cases 2024-04-12 13:00:19 +02:00
requirements.txt update requirements.txt 2024-06-13 18:37:28 +02:00
run.sh feat: add chatbot config and exercise 2024-05-07 21:40:14 +02:00

README.md

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