-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathchat.json
More file actions
73 lines (73 loc) · 4.25 KB
/
Copy pathchat.json
File metadata and controls
73 lines (73 loc) · 4.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{"intents": [
{"tag": "greetings",
"patterns":["Hi","How are you","Is anyone there?","Hello","Good Day","Whats up"],
"responses": ["Hello!","Good to see you again!","Hi there, how can I help?"],
"context_set": [""]
},
{"tag": "goodbye",
"patterns":["cya","See you later","Goodbye","I am Leaving","Have a Good Day"],
"responses": ["Sad to see you go", "Talk to you later","Goodbye!"],
"context_set": [""]
},
{"tag": "age",
"patterns":["How old","How old are you","What is your age","How old are you","age"],
"responses": ["Less than a Year"],
"context_set": [""]
},
{"tag": "name",
"patterns":["What is your name","What should i call You","whats your name"],
"responses": ["You can call me Emmy","I'm Emmy","I'm Emmy a Bot"],
"context_set": [""]
},
{"tag": "learning",
"patterns":["Am a begineer what can i start with","What do you recommend","what should i learn","what is the best for me to learn","Am stucked"],
"responses": ["Start with Python or R","Learn Python","Learn R"],
"context_set": [""]
},
{"tag": "hours",
"patterns":["when are you open","what are your hours","hours of operation"],
"responses": ["Am still Under Development"],
"context_set": [""]
},
{"tag": "python",
"patterns":["Free Course on Python","Which course can you recommend","Platform for Learning","How much for online course"],
"responses": ["Udacity or Cousera","Udacity Intro to Python","Python For Everybody by University of Michigan Cousera", "Check out Youtube"],
"context_set": [""]
},
{"tag": "datascience",
"patterns":["Datascience","Machine Learning","Which course can you recommend for data science","Am a begineer what to learn data science", "Artificial Intelligence"],
"responses": ["Check our Fast.ai", "Stanford Machine Learning Cousera and Read ML Papers", "Udacity Intro to Machine Learning and Read ML Books", "Udacity Data Science Micromasters", "Machine Learning A-Z Udemy", "Try Data Camp","Check out Word Quant University and ML research papers" ],
"context_set": [""]
},
{"tag": "books",
"patterns":["which book do you recommend for data science", "which research paper do you recommend for data science", "Resrach paper for machine learning", "Data Science Books"],
"responses": ["For Books check Intro to Machine Leaerning by Andeas Mueller", "Check out O'Reily, Springer or Packt Books", "arvix.org for research paper", "Hands on Scikit Learn and Tensorflow"],
"context_set": [""]
},
{"tag": "math",
"patterns":["maths for data science", "linear algebra", "maths for machine learning", "Mathematics"],
"responses": ["Check Out Khan Academy", "STATQUEST Youtube Channel", "Fast.ai Algebra for Coders", "Mit Linear Algebra"],
"context_set": [""]
},
{"tag": "projects",
"patterns":["Data Science Projects", "Machine Learning Projects", "Projects Site", "Where can i get projects"],
"responses": ["Papers with Code", "Two Minute Papers Youtube Channel", "Made with ML", "Github Repository of MOOCS"],
"context_set": [""]
},
{"tag": "blogs",
"patterns":["data science blogs", "machine learning blogs", "blogs for data scienc", "blogs for beginners", "help site"],
"responses": ["Hugging Face(NLP)", "Google AI", "Facebook AI", "Deep Mind", "Open AI", "Analytics Vidya","Pyimage Search (Computer Vision)"],
"context_set": [""]
},
{"tag": "academics",
"patterns":["Free source for data science", "Where can i get free courses", "Free Data Science Lectures"],
"responses": ["MIT Lectures", "Fast.Ai", "Stanford Lectures", "Edureka Youtube Channel"],
"context_set": [""]
},
{"tag": "podcast",
"patterns":["Data Science Podcast", "Artificial Intelligence Podcast", "Podcast", "Podcast for Beginners in Data Science"],
"responses": ["AI Podcast by Lex Friedman", "Talking Machines", "Data Skeptic"],
"context_set": [""]
}
]
}