A responsive Flight Booking Chatbot using an advanced language recognition algorithm (Azure LUIS).
The challenge of this project was to connect the Chatbot itself (built with Microsot BotFramework SDK) with the LUIS model developped on Azure.
The bot is able to recognize user inputs and translate them into data that can be used to book a flight.
A critical requirement was to develop a dashboard with real-time performance monitoring capabilities to ensure that the bot was meeting key requirements. This was built thanks to the Azure Monitor and the Application Insights platform using the Logs and Metrics features.
- Microsoft BotFramework SDK for Python
- Azure Cognitive LUIS for Python
- Azure Monitor
- Opencensus
- Pandas / Numpy
Octave Antoni
Copyright 2023 Octave Antoni
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.



