No description
Find a file
2021-04-24 14:14:15 -03:00
.vscode new(all): Added first addition using AZF. 2021-04-24 13:48:22 -03:00
EstimateLoanTax new(all): Added first addition using AZF. 2021-04-24 13:48:22 -03:00
.funcignore new(all): Added first addition using AZF. 2021-04-24 13:48:22 -03:00
.gitignore new(all): Added first addition using AZF. 2021-04-24 13:48:22 -03:00
host.json new(all): Added first addition using AZF. 2021-04-24 13:48:22 -03:00
proxies.json new(all): Added first addition using AZF. 2021-04-24 13:48:22 -03:00
README.md Update README.md 2021-04-24 14:14:15 -03:00
requirements.txt new(all): Added first addition using AZF. 2021-04-24 13:48:22 -03:00

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-Learning;
  • Pandas;
  • NumPy.