diff --git a/README.md b/README.md index f4778f33824cdb7580d6ea62caefe2847b82a713..f7c4571d00ba17ccffb457e9745166b56fb63ba0 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ English | [简体中文](README_ch.md) - All models are open source download, **offline can run**. **Recent updates** -- 2020.11.20: Release 2.0-beta version, fully migrate the dynamic graph programming mode, and upgrade the service deployment Serving capability; add 1 hand key detection model, 12 image animation models, 3 image editing models, 3 speech synthesis models, syntax Analyzing one, the total number of pre-trained models reaches **【182】**. +- 2020.11.20: Release 2.0-beta version, fully migrate the dynamic graph programming mode, and upgrade the service deployment Serving capability; add 1 hand key point detection model, 12 image animation models, 3 image editing models, 3 speech synthesis models, syntax Analyzing one, the total number of pre-trained models reaches **【182】**. - 2020.10.09: Added 4 new OCR multi-language series models, 4 image editing models, and the total number of pre-trained models reached **【162】**. - 2020.09.27: 6 new text generation models and 1 image segmentation model were added, and the total number of pre-trained models reached **【154】**. - 2020.08.13: Released v1.8.1, added a segmentation model, and supports EMNLP2019-Sentence-BERT as a text matching task network. The total number of pre-training models reaches **【147】**. @@ -30,9 +30,9 @@ English | [简体中文](README_ch.md) - **【Abundant Pre-trained Models】**: 180+ pre-trained models covering the four major categories of CV, NLP, Audio, and Video, all open source downloads, and can be run offline. - **【Quick Model Prediction】**: Model calls can be realized through a one-line command line or a minimalist Python API to quickly experience the model effect. - **【Model As Service】**: A one-line command to build deep learning model API service deployment capabilities. -- **【Ten Lines of Code for Transfer Learning】**: Ten lines of code complete the transfer-learning task of image classification and text classification -- **【PIP installation 】**: Support PIP quick installation and use -- **【Cross-platform Compatibility】**: Can run on Linux, Windows, MacOS and other operating systems +- **【Ten Lines of Code for Transfer Learning】**: Ten lines of code complete the transfer-learning task of image classification and text classification. +- **【PIP installation 】**: Support PIP quick installation and use. +- **【Cross-platform Compatibility】**: Can run on Linux, Windows, MacOS and other operating systems. ## Visualization ### Text recognition @@ -47,9 +47,10 @@ English | [简体中文](README_ch.md) -### Image Editing -- 4 times the super-resolution effect, multiple super-resolution algorithms are optional. -- Coloring black-and-white pictures can be used to repair old photos. +### Image editing +- 4 times super resolution effect, multiple super resolution models are optional. +- Colorization models can be used to repair old grayscale photos. +
@@ -74,13 +75,13 @@ English | [简体中文](README_ch.md) ### Object Detection -- Including pedestrian detection, vehicle detection, and more industrial-grade ultra-large-scale pre-training models are optional. +- Including pedestrian detection, vehicle detection, and more industrial-grade ultra-large-scale pretrained models are optional.
### Key Point Detection -- Including single person, multi-person body key point detection, face key point detection, hand key point detection. +- Supports body, face and hands key point detection in single or multiple person.
@@ -92,13 +93,13 @@ English | [简体中文](README_ch.md) ### Image Animation -- Many cartoonists including Hayao Miyazaki and Makoto Shinkai are migrating their styles, and a variety of algorithms are available +- Contains image style transfer models with Hayao Miyazaki and Makoto Shinkai styles, etc.
### Image Classification -- Including animal classification, dish classification, wild animal product classification, multiple algorithms are available +- Including animal classification, dish classification, wild animal product classification, multiple algorithms are available.
@@ -115,6 +116,7 @@ English | [简体中文](README_ch.md) + ### Sentiment Analysis - Support Chinese comment sentiment analysis.