freemt commited on
Commit
aba2637
1 Parent(s): 21574f0

Update convbot-demo.ipynb

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -3,6 +3,8 @@
3
 
4
  A conversational bot based on huggingface transformers
5
 
 
 
6
  ## Install it
7
 
8
  ```shell
@@ -49,6 +51,10 @@ python -m convbot
49
  Bot: I don't have a heat source.
50
  You:
51
 
 
 
 
 
52
  ## Not tested in Windows 10 and Mac
53
 
54
  The module uses pytorch that is installed differently in Windows than in Linux. To run `convbot` in Windows or Mac, you may give it a spin by cloning the repo (git clone [https://github.com/ffreemt/convbot](https://github.com/ffreemt/convbot)) and installing pytorch manually.
 
3
 
4
  A conversational bot based on huggingface transformers
5
 
6
+ Try it out [![Open convbot-demo.ipynb In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ffreemt/convbot/blob/master/convbot_demo.ipynb)
7
+
8
  ## Install it
9
 
10
  ```shell
 
51
  Bot: I don't have a heat source.
52
  You:
53
 
54
+ ## Colab testrun `convbot-demo.ipynb`
55
+
56
+ [![Open convbot-demo.ipynb In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ffreemt/convbot/blob/master/convbot_demo.ipynb)
57
+
58
  ## Not tested in Windows 10 and Mac
59
 
60
  The module uses pytorch that is installed differently in Windows than in Linux. To run `convbot` in Windows or Mac, you may give it a spin by cloning the repo (git clone [https://github.com/ffreemt/convbot](https://github.com/ffreemt/convbot)) and installing pytorch manually.