Frontend - QEDK/clarity GitHub Wiki
Starting the front-end server
$ git clone [email protected]:QEDK/clarity.git
$ cd clarity/frontend
$ npm install
$ npm start
The server will start running at lcoalhost:3000
About
The frontend has been developed to achieve the following goals:
- User can signin into the web app and enter a new journals
- Let the user know about the sentiment analysis of all his journals by presenting the outputs of the ML model
Screenshots