diff --git a/README.md b/README.md new file mode 100644 index 0000000..7b93ae1 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# BotModels + +Models in Python for General Bots AI demands. + +# Environment + + 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-Learn; +- Pandas; +- NumPy.