Go to file
Mikołaj Gawron eb22418521 feat: add more case 2024-05-10 17:29:08 +02:00
chatbot feat: add more case 2024-05-10 17:29:08 +02:00
data Merge branch 'master' into grammars-jsfg 2024-05-07 16:10:09 +02:00
grammars evaluation 2024-05-07 19:25:33 +02:00
models feat: init 2024-03-16 16:45:26 +01: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 style: improve table in readme.md 2024-05-07 21:55:58 +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 add missing jsgf in requirements.txt 2024-05-08 21:32:32 +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

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
-
-
-