Merge branch 'master' of https://github.com/GeneralBots/BotModels into master

This commit is contained in:
Rodrigo Rodriguez 2021-05-06 19:14:49 -03:00
commit 7dd58fa38f

18
README.md Normal file
View file

@ -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.