Skip to content
View rximg's full-sized avatar
Block or Report

Block or report rximg

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
rximg/readme.md

RxImg

RxImg是以响应式数据流为主的一个图像处理工具,可以在一个低代码可视化的界面上搭建图像处理流程。由于引入了响应式的数据流,相对于以往类似的工具RxImg有如下优势。

  • 支持更复杂的图像数据流,比如多分枝的,循环的,带条件的。

  • 流程可视化

  • 低代码

  • 可以利用python生态中的各种图像处理,深度学习资源

pipeline

image

Quick Start

install python > 3.9

pip install rximg
python -m rximg.app

open 127.0.0.1:5000 in browser

教程

【RxImg】基于响应式数据流的图像处理新范式

【RxImg】基础概念 快速开始一个最简单的例子

【RxImg】各个模块介绍

【RxImg】低代码玩转PaddleHub的360+深度学习模型

Develop

install python > 3.9

download release

pip install -r requirements.txt
python app.py

open another terminal

cd frontend
npm run serve

open 127.0.0.1:8080 in browser

Popular repositories

  1. EfficientAD EfficientAD Public

    unofficial version of EfficientAD

    Python 97 17

  2. rximg rximg Public

    RxImg is an image processing tool based on reactive data streams, allowing image processing pipeline to be built on a low-code graphical user interfaceConfig files for my GitHub profile.

    Vue 14 2

  3. npviewer npviewer Public

    npviewer is an application that allows you to visualize the data in numpy's npy files in the form of heat maps. The application automatically selects the appropriate dimensions for display based on…

    TypeScript 10

  4. b2p b2p Public

    Linux Bash to PowerShell Translator

    TypeScript 2

  5. simply-view-image-for-python-debugging simply-view-image-for-python-debugging Public

    Forked from elazarcoh/simply-view-image-for-python-debugging

    visual studio code extension simply view the image of the image variables when debugging python

    TypeScript 1

  6. rximgimagebed rximgimagebed Public