From 815bff5f2aae7509a477d73325a8aea28e3861ee Mon Sep 17 00:00:00 2001 From: Dhruvang Patel <dhruvang.patel@stud.th-deg.de> Date: Sat, 25 Jan 2025 13:01:24 +0100 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index e597a9cc..b1534185 100644 --- a/README.md +++ b/README.md @@ -73,3 +73,22 @@ This layout appears user-friendly and efficient for retrieving passenger detials There is more details explain about data in Wiki. +# Implementation of the Requests + +Here is the overview of the requests: + +- Web App with Streamlit: This project was made with the help of streamlit where it facilitate components like inputing messages, slidebar, data analysis, buttons etc. + +- requirments.txt: In this file it contains different version for dependencies. The file is available on git repository. + +- CSV file: The dataset was take from kaggle where you can find here [Airline Dataset](https://www.kaggle.com/datasets/iamsouravbanerjee/airline-dataset/data?select=Airline+Dataset.csv). It show the original version of dataset but later it was edit according to project use. + +- Pandas: With the help of pandas we loaded the csv file and implemented functions to locate the data of the users as well as for data overview and visualizations. + +- Scikt-Learn Model: + +- Matplotlib: With the help of matplotlib we have implemented graphs and pie charts according to out dataset. + +- Chatbot Implementation with RASA: + + 1. Intent: `domain.yml` & `nlu.yml` file where it gives the intent and according to that it show the responses for the user & nlu gives the examples according to the intent. -- GitLab