AI libraries list
Currently most popular libraries work with Python:
- PyTorch - https://pytorch.org/
- Keras/TensorFlow - https://keras.io/
But, for realtime project, we required to use C++-based approaches.
So, libraries working with C++:
- PyTorch again - https://pytorch.org/ has C++ interface.
- dlib http://dlib.net/ - C++ library with machine learning and deep learning algorithms
- Darknet https://pjreddie.com/darknet/ - CPU/GPU library, contains famous YOLO recognizer.
- OpenCV - https://opencv.org/ - aggregator of many computer vision and machine learning algorithms, including YOLO.
- Caffe2 - caffe2.ai
Comments
Post a Comment