Customer Service Chatbot for ThinkTwice 2022
The main goal of this project is to implement a customer service chatbot for the travel industry, using Artificial Intelligence.
- Basic Q&A
- Get the nearest airport of our current location
- Get flights according:
- the departure city, the arrival city or both
- the airline name
- the departure date
- All flights shown are ordered by price ascending
- Book a flight
- Request human help
- Recieve user feedback
# 1. Open a terminal in the root folder and run the following commands
cd backend/spoton
python3 manage.py runserver
# 2. Open another terminal in the root folder and run the following commands
cd frontend/app
ng serve
# 3. Access localhost:4200 through a browser
Name | github profile |
---|---|
João Reis | joaoreis16 |
Paulo Pereira | PauloGSP |
Ricardo Rodriguez | ricardombrodriguez |