From 3dfe0a994c24f1ff1c957ff479005f0fb3ce414d Mon Sep 17 00:00:00 2001 From: Dhruvang Patel <dhruvang.patel@stud.th-deg.de> Date: Sat, 25 Jan 2025 18:20:36 +0100 Subject: [PATCH] Update README.md --- README.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5214c2b..e46ac6e1 100644 --- a/README.md +++ b/README.md @@ -131,4 +131,30 @@ The Chatbot was done by two team members, each contributing their work in this p A video of the project is upload on git repository. If the video is buffering, please download the video and know how our Chatbot works. - +# Project Structure + + +Airline Inquiry Chatbot/ +├── data/ +│ ├── nlu.yml/ +│ ├── rules.yml/ +│ ├── stories.yml/ +│ +├── actions/ +│ ├── _pycache_ +│ ├── __init__.py +│ ├── action.py +│ +├── Add_Fake_data.py/ +├── Airline_Dataset.csv +├── Chatbot_image.gif +├── FakeDataset.csv +├── Project_Video.mp4 +├── README.md +├── app.py +├── config.yml +├── credentials.yml +├── domain.yml +├── endpoints.yml +├── requirments.txt +├── train_models.py -- GitLab