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.2
or similar. - npm:
6.14.5
or similar; - angular:
10.0.1
or greater.
Use the package manager npm to install the application dependencies:
npm install
Run the angular serve script to start the application locally:
ng serve --open
You can also call the npm start alias:
npm start
To generate a bundle of this project you can use the angular build command:
ng build --prod=true --aot=true
As always, a npm alias can be called to simplify this process:
npm run build
This 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.