The purpose of this application is to provide users with a convienient interface for interacting with SingularityNET's moses service.
Running the application
-
Clone the project
git clone https://github.com/MOZI-AI/moses-service-ui
-
Go into the project folder and install dependencies
cd moses-service-ui
npm i
-
Define SERVICE_ADDR enviroment variable. It should point to the server that runs the moses service.
export SERVICE_ADDR=<ADDR>
-
Run the project
npm start