Teammates:
- Isabelle Eysseric
- Nicolas Garde
- David Poisson
This program uses Keras to create and use the Deep Learning model.
You can install the necessary environment using conda via the command.
conda create --name <env> --file requirements.txt
or else
conda env create -f environment.yml
The program is executed with the command.
python main.py
It is possible to add the argument -n to define the maximum number of documents to return. Example:
python main.py -n 5
It will return the 5 most likely documents to answer the question.
Once the program is executed, a prompt will be displayed where you just have to fill in the question.
To close the prompt and the program, you can enter 'exit' in the prompt.