Skip to content
Snippets Groups Projects
Commit 1044e8f8 authored by Dhruvang Patel's avatar Dhruvang Patel
Browse files

Update README.md

parent 3dfe0a99
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment