{"id":13667773,"url":"https://github.com/MegEngine/MegFlow","last_synced_at":"2025-04-26T18:30:37.322Z","repository":{"id":37176951,"uuid":"397162444","full_name":"MegEngine/MegFlow","owner":"MegEngine","description":"Efficient ML solution for long-tailed demands.","archived":false,"fork":false,"pushed_at":"2023-05-26T03:18:57.000Z","size":3414,"stargazers_count":403,"open_issues_count":23,"forks_count":40,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-04-26T11:53:52.459Z","etag":null,"topics":["computer-vision","deep-learning","megengine","megenginelite","pipeline","pipeline-framework","python3","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MegEngine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-17T08:01:22.000Z","updated_at":"2025-04-25T17:49:19.000Z","dependencies_parsed_at":"2024-08-02T07:02:01.247Z","dependency_job_id":"a7b3bac7-b031-453a-b5ad-c56cc98a09da","html_url":"https://github.com/MegEngine/MegFlow","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MegEngine%2FMegFlow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MegEngine%2FMegFlow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MegEngine%2FMegFlow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MegEngine%2FMegFlow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MegEngine","download_url":"https://codeload.github.com/MegEngine/MegFlow/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251035108,"owners_count":21526305,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["computer-vision","deep-learning","megengine","megenginelite","pipeline","pipeline-framework","python3","rust"],"created_at":"2024-08-02T07:00:49.814Z","updated_at":"2025-04-26T18:30:35.011Z","avatar_url":"https://github.com/MegEngine.png","language":"Rust","readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg width=\"60%\"  src=\"logo.png\"\u003e\n\u003c/div\u003e\n\n\u003csmall\u003e [简体中文](README_zh.md) | English \u003c/small\u003e\n\n## MegFlow | [Documentation](https://megflow.readthedocs.io/zh_CN/latest/#)\n[![GitHub license](https://img.shields.io/badge/license-apache--2--Clause-brightgreen.svg)](./LICENSE)\n![ubuntu](https://img.shields.io/github/actions/workflow/status/megengine/megflow/ubuntu-x86-cpu.yml?branch=master)\n![macos](https://img.shields.io/github/actions/workflow/status/megengine/megflow/macos-x86-cpu.yml?branch=master)\n\nBuild video analysis service in 15 minutes. \n\n* Directly use Python to build pipeline\n* No need C++ SDK anymore, improve the development experience\n* Provide one-stop service for construction, testing, debugging, deployment, and visualization\n\n## HowTo\n* how to run\n  * [run with prebuilt .whl](docs/02-how-to-run/run-in-15-minutes.en.md)\n  * [generate RTSP](docs/02-how-to-run/generate-rtsp.zh.md)\n* how to build\n  * [build on docker](docs/01-how-to-build/build-with-docker.zh.md)\n  * [build from source](docs/01-how-to-build/build-from-source.zh.md)\n  * [build on win10 wsl](docs/01-how-to-build/build-on-win10.zh.md)\n  * [build on armv8](docs/01-how-to-build/build-on-aarch64.zh.md)\n* how to use\n  * [tutorial01: quickstart](docs/03-how-to-add-my-service/01-quickstart.zh.md)\n  * [tutorial02: detect and classify on video stream](docs/03-how-to-add-my-service/02-det-attr.zh.md)\n\n  * [tutorial03: batching and pipeline test](docs/03-how-to-add-my-service/03-batching-and-pipeline-test.zh.md)\n  * [tutorial04: visualization](docs/03-how-to-add-my-service/04-web-visualization.zh.md)\n* [how to debug](docs/how-to-debug.zh.md)\n* [how to contribute](docs/how-to-contribute.zh.md)\n* [FAQ](docs/FAQ.zh.md)\n\n## Current Support Matrix\n\n| Platform | win10 docker/wsl2 | ubuntu | centOS | macos |\n| ----------- | ------------------------- | ---------- | ---------- | --------- |\n| x86 | ✔️ | ✔️ | ✔️ | ✔️ |  \n| ARMv8 | - | ✔️ | ✔️ | - |\n\n| Python verion | support |\n| ----------- | -------- |\n| 3.6         | ✔️        |\n| 3.7         | ✔️        |\n| 3.8         | ✔️        |\n| 3.9         | ✔️        |\n\n## Built-in Applications\n* [cat finder](https://github.com/MegEngine/MegFlow/tree/master/flow-python/examples/application/cat_finder)\n* [electric bicycle detection](https://github.com/MegEngine/MegFlow/tree/master/flow-python/examples/application/electric_bicycle)\n* [video super resolution](https://github.com/MegEngine/MegFlow/tree/master/flow-python/examples/application/video_super_resolution)\n\n## Features\n- Efficient runtime schedule based on [async-std](https://github.com/async-rs/async-std)[features=[tokio1](https://github.com/tokio-rs/tokio)]\n- Use [toml](https://toml.io/en/) to construct pipeline\n- Support static/dynamic/share subgraph\n- Support Rust and Python\n- Support resource management\n- Terminate static subgraph in exception processing\n- Support demux/reorder/transform\n- Use Python stackfull coroutine\n- Support plugin sandbox\n- Real-time preview constructing pipeline\n\n## Coming Soon\n- Process-level node\n- Plug-in automated test\n- Performance monitoring\n- More built-in applications\n\n## Contact Us\n  * Issue: github.com/MegEngine/MegFlow/issues\n  * Email: megengine-support@megvii.com\n  * QQ Group: 1029741705\n\n## License\n- [Apache 2.0](LICENSE)\n","funding_links":[],"categories":["Rust","库"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMegEngine%2FMegFlow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMegEngine%2FMegFlow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMegEngine%2FMegFlow/lists"}