From 9f6a05ae88b651dcc0571c03260ea6e0afced0ad Mon Sep 17 00:00:00 2001 From: bobloy Date: Sat, 5 Sep 2020 15:26:38 -0400 Subject: [PATCH 1/4] Update README.md More verbose downloader instructions --- chatter/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chatter/README.md b/chatter/README.md index e8c03d6..ecaf625 100644 --- a/chatter/README.md +++ b/chatter/README.md @@ -83,6 +83,7 @@ pip install --no-deps "chatterbot>=1.1" #### Step 3: Load Chatter ``` +[p]repo add Fox https://github.com/bobloy/Fox-V3 [p]cog install Fox chatter [p]load chatter ``` @@ -92,7 +93,7 @@ pip install --no-deps "chatterbot>=1.1" #### Step 1: Built-in Downloader ``` -[p]cog install Chatter +[p]cog install Chatter ``` #### Step 2: Install Requirements From 5eb31a277dcfb73207b45bbcb3e0cceb18d07c64 Mon Sep 17 00:00:00 2001 From: bobloy Date: Tue, 8 Sep 2020 12:27:19 -0400 Subject: [PATCH 2/4] Update README.md --- chatter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatter/README.md b/chatter/README.md index ecaf625..9b0eb6b 100644 --- a/chatter/README.md +++ b/chatter/README.md @@ -83,7 +83,7 @@ pip install --no-deps "chatterbot>=1.1" #### Step 3: Load Chatter ``` -[p]repo add Fox https://github.com/bobloy/Fox-V3 +[p]repo add Fox https://github.com/bobloy/Fox-V3 # If you didn't already do this in step 1 [p]cog install Fox chatter [p]load chatter ``` From 2e65c137f3c082083d901876543ec2f1f5eb3a80 Mon Sep 17 00:00:00 2001 From: bobloy Date: Tue, 8 Sep 2020 15:40:40 -0400 Subject: [PATCH 3/4] Update README.md Added 64 bit python requirement for Windows --- chatter/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/chatter/README.md b/chatter/README.md index 9b0eb6b..f82fd0b 100644 --- a/chatter/README.md +++ b/chatter/README.md @@ -50,7 +50,9 @@ Linux is a bit easier, but only tested on Debian and Ubuntu. ## Windows Prerequisites -Install these on your windows machine before attempting the installation +**Requires 64 Bit Python to continue on Windows.** + +Install these on your windows machine before attempting the installation: [Visual Studio C++ Build Tools](https://visualstudio.microsoft.com/visual-cpp-build-tools/) From b8aceb003ea494edc52eeef76f4b0c2580eb5bc8 Mon Sep 17 00:00:00 2001 From: bobloy Date: Tue, 8 Sep 2020 15:41:24 -0400 Subject: [PATCH 4/4] Update README.md Fix tyop --- chatter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatter/README.md b/chatter/README.md index f82fd0b..8ef6734 100644 --- a/chatter/README.md +++ b/chatter/README.md @@ -29,7 +29,7 @@ Chatter by default uses spaCy's `en_core_web_md` training model, which is ~50 MB Chatter can potential use spaCy's `en_core_web_lg` training model, which is ~800 MB -Chatter uses as sqlite database that can potentially take up a large amount os disk space, +Chatter uses as sqlite database that can potentially take up a large amount of disk space, depending on how much training Chatter has done. The sqlite database can be safely deleted at any time. Deletion will only erase training data.