Skip to content

Commit accdf27

Browse files
committed
third commit
1 parent b2365ba commit accdf27

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Here is the link to my covid-19 CHATBOT:
66

77
## PREVIEW
88

9-
![](https://github.com/wambugucoder/CHATBOT-NODEJS-IBM-WATSON/tree/master/screenshots/preview.png)
9+
![](https://github.com/wambugucoder/CHATBOT-NODEJS-IBM-WATSON/tree/master/screenshots/preview.PNG)
1010

1111

1212
# STEPS TO CREATE A CHATBOT WITH WATSON AI AND NODE JS
@@ -72,9 +72,9 @@ app.get('/sessionId', (req, res) => {
7272
REMEMBER TO STORE YOUR SESSION_ID IN .env
7373

7474

75-
![](https://github.com/wambugucoder/CHATBOT-NODEJS-IBM-WATSON/tree/master/screenshots/sessionId.png)
75+
![](https://github.com/wambugucoder/CHATBOT-NODEJS-IBM-WATSON/tree/master/screenshots/sessionId.PNG)
7676

77-
![](https://github.com/wambugucoder/CHATBOT-NODEJS-IBM-WATSON/tree/master/screenshots/result.png)
77+
![](https://github.com/wambugucoder/CHATBOT-NODEJS-IBM-WATSON/tree/master/screenshots/result.PNG)
7878

7979

8080
***6. Send input to your AI***
@@ -98,13 +98,13 @@ app.post('/ask', (req, res) => {
9898
});
9999
});
100100
```
101-
![](https://github.com/wambugucoder/CHATBOT-NODEJS-IBM-WATSON/tree/master/screenshots/ask.png)
101+
![](https://github.com/wambugucoder/CHATBOT-NODEJS-IBM-WATSON/tree/master/screenshots/ask.PNG)
102102

103-
![](https://github.com/wambugucoder/CHATBOT-NODEJS-IBM-WATSON/tree/master/screenshots/answer.png)
103+
![](https://github.com/wambugucoder/CHATBOT-NODEJS-IBM-WATSON/tree/master/screenshots/answer.PNG)
104104

105105

106106

107-
- Finally you can train your AI by sending various post requests so as to be familiar with certains questions.
108-
- Then deploy it and share it with your friend.
107+
- Finally you can train your AI by sending various post requests so as to be familiar with certain questions.
108+
- Then deploy it and share it with your friends.
109109

110110

0 commit comments

Comments
 (0)