Sign inSign up

industryessentials/ymir-web

By industryessentials

•Updated over 3 years ago

Image
1

3.4K

industryessentials/ymir-web repository overview

⁠YMIR web is an open-source, focusing on ai learning, including training, mining, labelling, all-in-one platform.

⁠Development

⁠- Requirement: NodeJS nodejs website⁠ (10.x < version <= 16.x)
  1. Clone the repository

    git clone https://github.com/IndustryEssentials/ymir.git
    cd ymir/ymir/web
    
  2. Install required dependencies

    yarn install
    
  3. Config backend app address in .umirc.local.ts, it will be proxy in the same domain automatic.

  4. Start the development server

    yarn run start
    
  5. After you make changes and ready to use it in production, you need to create a production build

    yarn run build
    

    Now you have *.js and *.css files in the ymir/ directory

Tag summary

Content type

Image

Digest

sha256:672504a91…

Size

18.3 MB

Last updated

over 3 years ago

docker pull industryessentials/ymir-web:release-2.5.0