botmodels/README.md

19 lines
382 B
Markdown
Raw Normal View History

2021-04-24 13:59:33 -03:00
# BotModels
Models in Python for General Bots AI demands.
# Environment
2021-04-24 14:14:15 -03:00
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.
2021-04-24 13:59:33 -03:00
# Libraries
2021-04-24 14:14:15 -03:00
- TensorFlow;
- SciKit-Learning;
- Pandas;
- NumPy.