update README.md

pull/30/head
chenjiandongx 2017-11-10 16:29:06 +08:00
parent 12bfed0811
commit 0256d2b31d
1 changed files with 57 additions and 55 deletions

View File

@ -281,6 +281,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的
用来操作图像的库.
* [pillow](http://hao.jobbole.com/pillow/)Pillow 是一个更加易用版的 [PIL](http://www.pythonware.com/products/pil/)。[官网](http://pillow.readthedocs.org/en/latest/)
* [face_recognition](https://github.com/ageitgey/face_recognition):简单易用的 python 人脸识别库。
* hmap图像直方图映射。[官网](https://github.com/rossgoodwin/hmap)
* imgSeek一个使用视觉相似性搜索一组图片集合的项目。[官网](https://sourceforge.net/projects/imgseek/)
* nude.py裸体检测。[官网](https://github.com/hhatto/nude.py)
@ -693,7 +694,7 @@ Python实现的数据库。
静态站点生成器是一个软件它把文本和模板作为输入然后输出HTML文件。
* Pelican使用 Markdown 或 ReST 来处理内容, Jinja 2 来制作主题。支持 DVCS, Disqus.。AGPL 许可。[官网](http://blog.getpelican.com/)
* Pelican使用 Markdown 或 ReST 来处理内容, Jinja 2 来制作主题。支持 DVCS, Disqus。AGPL 许可。[官网](http://blog.getpelican.com/)
* Cactus为设计师设计的静态站点生成器。[官网](https://github.com/koenbok/Cactus/)
* Hyde基于 Jinja2 的静态站点生成器。[官网](http://hyde.github.io/)
* Nikola一个静态网站和博客生成器。[官网](https://www.getnikola.com/)
@ -1141,6 +1142,7 @@ Python 实现的算法和设计模式。
* Travis CI一个流行的工具为你的开源和[私人](https://travis-ci.com/)项目提供持续集成服务。(仅支持 GitHub)[官网](https://travis-ci.org/)
* CircleCI一个持续集成工具可以非常快速的进行并行测试。 (仅支持 GitHub)[官网](https://circleci.com/)
* Codecov一个代码覆盖率测试工具为开源项目提供免费代码覆盖率测试服务。[官网](https://codecov.io)
* Vexor CI一个为私人 app 提供持续集成的工具,支持按分钟付费。[官网](https://vexor.io/)
* Wercker基于 Docker 平台,用来构建和部署微服务。[官网](http://wercker.com/)