From 1044e8f81003540d3b126c947e1e832536302c22 Mon Sep 17 00:00:00 2001 From: Dhruvang Patel <dhruvang.patel@stud.th-deg.de> Date: Sat, 25 Jan 2025 18:32:18 +0100 Subject: [PATCH] Update README.md --- README.md | 61 +++++++++++++++++++++++++++++++++---------------------- 1 file changed, 37 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index e46ac6e1..a7ed77ef 100644 --- a/README.md +++ b/README.md @@ -134,27 +134,40 @@ A video of the project is upload on git repository. If the video is buffering, p # 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 + 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