Merge branch 'master' of github.com:bvanroll/question_answer

This commit is contained in:
2022-11-30 14:53:57 +01:00

View File

@@ -2,14 +2,18 @@
## requirements: ## requirements:
python 3.9 python 3.9
pip pip
## installation ## installation
```
pip install -r requirements.txt pip install -r requirements.txt
python main.py python main.py
```
## access application ## access application
localhost:8080 in browser localhost:8080 in browser
## data.txt ## data.txt
fill data.txt with necessary context for question to be answered. fill data.txt with necessary context for question to be answered.