Skip to content

MauricioCarmelo/QuestionAnsweringSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Question Answering System


Installation

Download the repository

git clone https://github.com/MauricioCarmelo/QuestionAnsweringSystem.git

Setup environment

  • Ubuntu terminal
cd QuestionAnsweringSystem   
pip install -r requirements.txt

Make sure variable PYTHONPATH has the absolute path to folder QuestionAnsweringSystem. Once inside folder QuestionAnsweringSystem, run:

export PYTHONPATH="$PWD":$PYTHONPATH
  • PyCharm

On Run/Debug Configuration:

Script path: path to <path_to_project>/QuestionAnsweringSystem/src/main.py
Working directory: path to <path_to_project>/QuestionAnsweringSystem/

Execution

After making sure that files config/dasetasets.yaml and config/pipeline.yaml are configured correctly, you can execute a simulation by running

python3 ./src/main.py

The results can be found inside folder results/.

Documentation

How to contribute

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages