From 39a737724f49c10c81e1837c40b4f319141b2453 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Sat, 24 Apr 2021 13:59:33 -0300 Subject: [PATCH 1/4] Create README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7b42dea --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# BotModels + +Models in Python for General Bots AI demands. + +# Environment + + 1. Visual Studio Code (VSCode) + 2. VSCode Extension: Azure Functions + 3. VSCode Extension: Azure Machine Learning + 4. Node + 5. npm install -g azure-functions-core-tools@3 --unsafe-perm true + +# Libraries + +- TensorFlow +- SciKit-Learning +- Pandas +- NumPy From 995d2815a76d0abac1ec22ce0943b7c5778129de Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Sat, 24 Apr 2021 14:00:10 -0300 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b42dea..096e034 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Models in Python for General Bots AI demands. # Environment - 1. Visual Studio Code (VSCode) + 1. Visual Studio Code (VSCode) 2. VSCode Extension: Azure Functions 3. VSCode Extension: Azure Machine Learning 4. Node From 56782cee3f173de75b4b07f7d0eb58aa97c15475 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Sat, 24 Apr 2021 14:14:15 -0300 Subject: [PATCH 3/4] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 096e034..e9b02de 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,15 @@ Models in Python for General Bots AI demands. # Environment - 1. Visual Studio Code (VSCode) - 2. VSCode Extension: Azure Functions - 3. VSCode Extension: Azure Machine Learning - 4. Node - 5. npm install -g azure-functions-core-tools@3 --unsafe-perm true + 1. Install Visual Studio Code (VSCode); + 2. Install VSCode Extension: Azure Functions; + 3. Install VSCode Extension: Azure Machine Learning; + 4. Install NodeJS; + 5. Run npm install -g azure-functions-core-tools@3 --unsafe-perm true. # Libraries -- TensorFlow -- SciKit-Learning -- Pandas -- NumPy +- TensorFlow; +- SciKit-Learning; +- Pandas; +- NumPy. From d23405e17a572080ee7ac83d5fc2cd6030070041 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Thu, 6 May 2021 19:03:10 -0300 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9b02de..7b93ae1 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,6 @@ Models in Python for General Bots AI demands. # Libraries - TensorFlow; -- SciKit-Learning; +- SciKit-Learn; - Pandas; - NumPy.