botmodels/README.md

39 lines
850 B
Markdown
Raw Normal View History

# 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;
2021-08-26 09:23:30 -03:00
- NumPy.
2021-08-26 09:24:23 -03:00
![General Bots Models Services](https://raw.githubusercontent.com/GeneralBots/BotModels/master/BotModels.png)
2021-11-09 12:42:48 -03:00
# Education
1. https://pjreddie.com/courses/computer-vision/
2021-11-11 07:55:19 -03:00
2. https://arxiv.org/abs/2106.00245 (Adversarial VQA: A New Benchmark for Evaluating the Robustness of VQA Models)
2021-11-11 07:49:39 -03:00
# References
1. https://github.com/DenisDsh/VizWiz-VQA-PyTorch (VQA, Visual Question Answering)
2021-11-11 07:57:56 -03:00
# Community
1. https://github.com/aiformankind
2022-07-18 13:08:05 -03:00
# Resources
1. https://manaai.cn/