YMIR web is an open-source, focusing on ai learning, including training, mining, labelling, all-in-one platform.
- Requirement: NodeJS nodejs website (10.x < version < 17.x)
-
Clone the repository
git clone https://github.com/IndustryEssentials/ymir-web.git cd ymir-web
-
Install required dependencies
npm install
-
Config backend app address in .umirc.local.ts, it will be proxy in the same domain automatic.
-
Start the development server
npm run start
-
After you make changes and ready to use it in production, you need to create a production build
npm run build
Now you have *.js and *.css files in the
ymir/
directory
Project | Description |
---|---|
ymir | Docker images for whole YMIR system. You can install YMIR by one command. |
ymir-web | Frontend part, written in JavaScript and React |
ymir-backend | Server backend, supply API, and connect cmd |
ymir-cmd | Base, data storage and processing, and open a set of commands for Senior Algorithm Engineer |