JZLab is the self-hosted version of GitData.AI that allows you to deploy and manage your own DataHub and Workflow on-prem.
- Visualize and interact with JZFS repositories
- Visualize and interact JZFlow pipelines and Directed Acyclic Graphs (DAGs).
- One-click to start the fully functional JupyterLab environment.
- Examine the performance of versioned/registered models.
- Monitor the status of model services including health and resource usage stats, and view deployment history and related logs.
- Easily upload and manage datasets and shared resources.
- Browse and share files with other group members in a collaborative, group-centric, environment.
- Submit and schedule jobs to run automatically in the background. Easily monitor job progress from the job stats panel.
- The easiest way to do the infrastructure orchestration for setting up 10+ different tools to build your infrastructure.
- Data Scientist
- Data scientists can stay informed and focused on training and running their models.
- In the past, there was a lot of manual work of setting the environment, which is a fragmented and time consuming analysis process. And it is hard to collaborate with a team on the same project.
- Now, you can carry out data analytics and optimizations with ML easily, and contribute your time on what really matters.
- IT Leader
- Gives IT leaders flexibility and administration authority to configure resources.
- In the past, it’s hard to keep track of each teams' needs and environment settings. Also, the hardware, resources, and GPU usage are unsure.
- Now, You can equip and enable data teams with the tools and resources they need as easy as pie. And easily deploy the model within an hour.
- todo
- todo
deploy the system to your server,you can get help from this repository:
https://github.com/GitDataAI/jzfs
clone JZLab repository to your server:
git clone [email protected]:GitDataAI/jzlab.git
Before you run the project for the first time, run the following script to install packages from package.json
:
npm install
After waiting for the installation to complete,run the following script to start:
npm run dev
You can also deploy the code to your server by using docker
:
docker run -it -p 12345:80 -e JIAOZIFS_API_URL=http://api.jiaozifs.com/api/v1 gitdatateam/jiaozifs-ui:latest
Dual-licensed under MIT + Apache 2.0