Chat is the front-end of applications that contains both screen functions, such as sending messages and the visualization of the emotions within a robot, as well as the API calls and it's integrations. This project was generated with Angular CLI version 10.0.1.
For this application basic node and angular setup is necessary:
- node:
12.8.2or similar. - npm:
6.14.5or similar; - angular:
10.0.1or greater.
Use the package manager npm to install the application dependencies:
npm installRun the angular serve script to start the application locally:
ng serve --openYou can also call the npm start alias:
npm startTo generate a bundle of this project you can use the angular build command:
ng build --prod=true --aot=trueAs always, a npm alias can be called to simplify this process:
npm run buildThis application is part of a undergraduate thesis, and the projects will be read-only after they are completed. Unfortunately, no contributions will be accepted.
The project code is under MIT license, except for the used dataset that is under CC BY-SA 4.0.