Go to file
Yingda Chen 534dd810ae merge github 2022-12-16 15:35:05 -08:00
.dev_scripts [to #46480415]feat: ci command custom support regression case run all case in subprocess 2022-12-01 19:33:25 +08:00
.github/workflows update publish.yaml 2022-12-07 00:11:54 +08:00
configs support EasyCV framework and add Segformer model 2022-08-26 13:58:50 +08:00
data/test [to #42322933] Add face mask model 2022-12-04 15:25:27 +08:00
docker Update modelscope_env_init.sh 2022-12-03 06:59:31 +08:00
docs Merge branch 'master-gitlab' into merge_master_internal_1207 2022-12-07 19:59:07 +08:00
modelscope Update repository.py (#42) 2022-12-15 10:39:07 +08:00
requirements update audio requirements to use funasr>=0.1.4 2022-12-07 11:37:38 +08:00
tests fix citest oom by adding test_video_multi_modal_embedding.py and test_conversational_text_to_sql.py to isolated tests 2022-12-08 10:18:26 +08:00
.dockerignore [to #43653669]feat: auto build docker images 2022-08-22 16:01:42 +08:00
.gitattributes [to #42322933] add regress tests 2022-08-30 23:17:07 +08:00
.gitignore [to #42322933]add cv-faceDetection and cv-faceRecognition 2022-07-28 21:52:18 +08:00
.pre-commit-config.yaml [to #46219277]fix pre-commit pycqa flake8 to github 2022-11-17 21:02:14 +08:00
.pre-commit-config_local.yaml [to #45549080]fix: fix pre_commit dependency importlib-metadata 5.0.0 compability issue 2022-10-18 17:47:23 +08:00
.readthedocs.yaml [to #43878347] Rename runtime.txt to framework.txt 2022-09-03 12:10:16 +08:00
LICENSE merge conflict 2022-11-17 09:45:29 +08:00
MANIFEST.in [to #42373878] refactor maaslib to modelscope 2022-06-09 20:16:26 +08:00
Makefile [to #41669377] docs and tools refinement and release 2022-05-20 16:51:34 +08:00
Makefile.docker [to #42362853] formalize the output of pipeline and make pipeline reusable 2022-06-16 11:15:09 +08:00
README.md merge github 2022-12-16 15:35:05 -08:00
requirements.txt [to #43878347] Rename runtime.txt to framework.txt 2022-09-03 12:10:16 +08:00
setup.cfg update EasyCV MsDataset 2022-09-15 18:11:03 +08:00
setup.py update setup.py 2022-12-07 11:50:55 +08:00

README.md

ModelScope

PyPI

license open issues GitHub pull-requests GitHub latest commit

github_remote/master

Introduction

ModelScope is a “Model-as-a-Service” (MaaS) platform that seeks to bring together most advanced machine learning models from the AI community, and to streamline the process of leveraging AI models in real applications. The core ModelScope library enables developers to perform inference, training and evaluation, through rich layers of API designs that facilitate a unified experience across state-of-the-art models from different AI domains.

The Python library offers the layered-APIs necessary for model contributors to integrate models from CV, NLP, Speech, Multi-Modality, as well as Scientific-computation, into the ModelScope ecosystem. Implementations for all these different models are encapsulated within the library in a way that allows easy and unified access. With such integration, model inference, finetuning, and evaluations can be done with only a few lines of codes. In the meantime, flexibilities are provided so that different components in the model applications can be customized as well, where necessary.

Apart from harboring implementations of various models, ModelScope library also enables the necessary interactions with ModelScope backend services, particularly with the Model-Hub and Dataset-Hub. Such interactions facilitate management of various entities (models and datasets) to be performed seamlessly under-the-hood, including entity lookup, version control, cache management, and many others.

Installation

Please refer to installation.

Get Started

You can refer to quick_start for quick start.

We also provide other documentations including:

License

This project is licensed under the Apache License (Version 2.0).