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

Update README.md

parent 2f6fdb52
No related branches found
No related tags found
No related merge requests found
......@@ -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
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