An open API service indexing awesome lists of open source software.

https://github.com/williamfzc/work_with_stagesepx

about how to use stagesepx in production
https://github.com/williamfzc/work_with_stagesepx

example image-classification

Last synced: 10 months ago
JSON representation

about how to use stagesepx in production

Awesome Lists containing this project

README

          

# work_with_stagesepx

about how to use stagesepx in production

该项目旨在介绍如何将 [stagesepx](https://github.com/williamfzc/stagesepx) 落地到生产项目中发挥作用。所有的例子均开箱即用,可以在应用中逐渐增进理解,避免止步在前期准备阶段。

## 目录

### all in one

感谢 wsc106 同学编写的 [超级详细的文档](https://blog.csdn.net/wsc106/article/details/107351675),看完基本可以解答大部分的问题,并对这个项目的运作方式有所理解。

### 基础

- [手动测试APP启动速度](./manual)
- [自动测试APP启动速度](./auto)
- ...

### 进阶

- [动态场景的判定与区分](./dynamic)
- [无需代码的配置化运行(0.15.0)](./run_with_config)
- [一个真实的落地例子与详细教程](https://github.com/150109514/stagesepx_with_keras)
- ...

## Q&A

- 遇到问题请优先看一下 [主仓库的 issue](https://github.com/williamfzc/stagesepx/issues) 有没有相关的解答;
- 错误与建议请 issue 告知,欢迎 PR :)