Skip to content

AI bot capable of interacting with the user (basic Q&A), presenting flights from various locations, booking flights for the user, etc...

Notifications You must be signed in to change notification settings

joaoreis16/chat_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Customer Service Chatbot for ThinkTwice 2022

Objective

The main goal of this project is to implement a customer service chatbot for the travel industry, using Artificial Intelligence.

Core Funcionalities

  • 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

Demonstration

chatbot_demo

How to run

# 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

Authors

Name github profile
João Reis joaoreis16
Paulo Pereira PauloGSP
Ricardo Rodriguez ricardombrodriguez

About

AI bot capable of interacting with the user (basic Q&A), presenting flights from various locations, booking flights for the user, etc...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published