diff --git a/README.md b/README.md index f5214c2b2ece8aa9c7ecc5f352b79bba5b3325ce..e46ac6e14e0730123cc1185b9906d534d91ecc78 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