|
232 | 232 | * [gluon-cv](https://github.com/dmlc/gluon-cv) - Provides implementations of the state-of-the-art deep learning models in computer vision. <img height="20" src="img/mxnet_big.png" alt="MXNet based">
|
233 | 233 | * [KerasCV](https://github.com/keras-team/keras-cv) - Industry-strength Computer Vision workflows with Keras. <img height="20" src="img/keras_big.png" alt="MXNet based">
|
234 | 234 | * [OpenCV](https://github.com/opencv/opencv) - Open Source Computer Vision Library.
|
| 235 | +* [Decord](https://github.com/dmlc/decord) - An efficient video loader for deep learning with smart shuffling that's super easy to digest. |
| 236 | +* [MMEngine](https://github.com/open-mmlab/mmengine) - OpenMMLab Foundational Library for Training Deep Learning Models. <img height="20" src="img/pytorch_big2.png" alt="PyTorch based/compatible"> |
235 | 237 | * [scikit-image](https://github.com/scikit-image/scikit-image) - Image Processing SciKit (Toolbox for SciPy).
|
236 | 238 | * [imgaug](https://github.com/aleju/imgaug) - Image augmentation for machine learning experiments.
|
237 | 239 | * [imgaug_extension](https://github.com/cadenai/imgaug_extension) - Additional augmentations for imgaug.
|
|
420 | 422 | ### NLP
|
421 | 423 | * [pyLDAvis](https://github.com/bmabey/pyLDAvis): Visualize interactive topic model
|
422 | 424 |
|
423 |
| - |
424 | 425 | ## Deployment
|
425 | 426 | * [fastapi](https://fastapi.tiangolo.com/) - Modern, fast (high-performance), a web framework for building APIs with Python
|
426 | 427 | * [streamlit](https://www.streamlit.io/) - Make it easy to deploy the machine learning model
|
| 428 | +* [streamsync](https://github.com/streamsync-cloud/streamsync) - No-code in the front, Python in the back. An open-source framework for creating data apps. |
427 | 429 | * [gradio](https://github.com/gradio-app/gradio) - Create UIs for your machine learning model in Python in 3 minutes.
|
| 430 | +* [Vizro](https://github.com/mckinsey/vizro) - A toolkit for creating modular data visualization applications. |
428 | 431 | * [datapane](https://datapane.com/) - A collection of APIs to turn scripts and notebooks into interactive reports.
|
429 | 432 | * [binder](https://mybinder.org/) - Enable sharing and execute Jupyter Notebooks
|
430 | 433 |
|
431 | 434 |
|
432 |
| - |
433 | 435 | ## Statistics
|
434 | 436 | * [pandas_summary](https://github.com/mouradmourafiq/pandas-summary) - Extension to pandas dataframes describe function. <img height="20" src="img/pandas_big.png" alt="pandas compatible">
|
435 | 437 | * [Pandas Profiling](https://github.com/pandas-profiling/pandas-profiling) - Create HTML profiling reports from pandas DataFrame objects. <img height="20" src="img/pandas_big.png" alt="pandas compatible">
|
|
546 | 548 | * [sklearn-porter](https://github.com/nok/sklearn-porter) - Transpile trained scikit-learn estimators to C, Java, JavaScript, and others.
|
547 | 549 | * [ONNX](https://github.com/onnx/onnx) - Open Neural Network Exchange.
|
548 | 550 | * [MMdnn](https://github.com/Microsoft/MMdnn) - A set of tools to help users inter-operate among different deep learning frameworks.
|
| 551 | +* [treelite](https://github.com/dmlc/treelite) - Universal model exchange and serialization format for decision tree forests. |
549 | 552 |
|
550 | 553 | ## Contributing
|
551 | 554 | Contributions are welcome! :sunglasses: </br>
|
|
0 commit comments