Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 539 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 539 Bytes

QA-validation-Tool

Question Answering Validation Tool

Pre-Requisites :

  1. Set up the firebase app for authentication purpose and add the config in config.js file
  2. run the backend and add the url in Tagging.js file

Usages:

  1. Clone the Repository :
git clone https://github.com/openlifescience-ai/QA-validation-Tool.git
  1. Go to the project folder and install the libraries using below command:
npm install
  1. After installing the libraries to running the app using the below command :
npm start