/nuance-core

This is repository for Nuance QA project backend

Primary LanguageJupyter Notebook

Cerence Complex Question Answering system

Definition

How to start

Requirements:

  • Check if you have docker and docker-compose installed on your system;
  • Check if Java 8 (java -version) and Maven 3.5.2 (mvn -v) or higher are available on your system (system requirements).
  1. Clone repo with server side: https://github.com/Perevalov/nuance-core using (git clone)
  2. Clone repo with client side: https://github.com/Perevalov/nuance-web using (git clone)
  3. Build and start Qanary pipeline: https://github.com/WDAqua/Qanary#without-creating-docker-images
  4. Start server side application by running following commands in nuance-core folder:
    1. sudo docker build -t nuance-core:latest .
    2. sudo docker-compose up
  5. Start client side application by running following commands in nuance-core folder:
    1. sudo docker build -t nuance-web:latest .
    2. sudo docker-compose up
  6. Go to http://127.0.0.1:41210 and enjoy the running application!