No description
Find a file
2021-07-14 18:45:46 -03:00
.vscode new(all): Removal of Azure Functions and migration to Flesk. 2021-07-13 16:15:36 -03:00
templates new(all): Removal of Azure Functions and migration to Flesk. 2021-07-13 16:15:36 -03:00
.gitignore new(all): Removal of Azure Functions and migration to Flesk. 2021-07-13 16:15:36 -03:00
app.py new(all): General Bots reading comprehension. 2021-07-14 15:35:43 -03:00
README.md new(all): General Bots reading comprehension. 2021-07-14 16:25:54 -03:00
requirements.txt new(all): General Bots reading comprehension. 2021-07-14 18:45:46 -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-Learn;
  • Pandas;
  • NumPy.