Pinned Repositories
awesome-ocr
Links to awesome OCR projects
bitcoin
Bitcoin Core integration/staging tree
caffe-model
Caffe models (includimg classification, detection and segmentation) and deploy files for famouse networks
ChatterBot
ChatterBot is a machine learning, conversational dialog engine.
CodeIgniter
Open Source PHP Framework (originally from EllisLab)
codis
Proxy based Redis cluster solution supporting pipeline and scaling dynamically
crnn
Convolutional Recurrent Neural Network (CRNN) for image-based sequence recognition.
CTPN
Detecting Text in Natural Image with Connectionist Text Proposal Network
e2lsh
e2lsh
electric-wheather
电力部门-气象项目
mitliucak's Repositories
mitliucak/bitcoin
Bitcoin Core integration/staging tree
mitliucak/ChatterBot
ChatterBot is a machine learning, conversational dialog engine.
mitliucak/CodeIgniter
Open Source PHP Framework (originally from EllisLab)
mitliucak/codis
Proxy based Redis cluster solution supporting pipeline and scaling dynamically
mitliucak/deep_recommend_system
TensorFlow template application for deep learning
mitliucak/deeplearningbook-chinese
Deep Learning Book Chinese Translation
mitliucak/docker
Docker - the open-source application container engine
mitliucak/EasyPR
An open source project for chinese plate recognition. It aims to be Easy, Flexible, and Accurate. Welcome to contribute your expertise !
mitliucak/facerecognize
computer vision face recognize
mitliucak/fast-rcnn
Fast R-CNN
mitliucak/google_inception_v3_for_caffe
Google Inception (deepdream) v3 for Caffe
mitliucak/hadoop
Mirror of Apache Hadoop
mitliucak/Inception-resnet-v2
Inception-resnet-v2 in Caffe
mitliucak/lua
The Lua programming language with CMake based build
mitliucak/mapserver
mitliucak/memcached
memcached development tree
mitliucak/mongoose
Embedded web server for C/C++
mitliucak/muduo
A C++ non-blocking network library for multi-threaded server in Linux
mitliucak/mxnet
Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
mitliucak/nginx
A mirror of the nginx SVN repository.
mitliucak/py-tools
Python tools
mitliucak/recipes
Some code snippets for sharing
mitliucak/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, HyperLogLogs, Bitmaps.
mitliucak/scikit-learn
scikit-learn: machine learning in Python
mitliucak/SeasLog
A effective,fast,stable log extension for PHP.
mitliucak/TeamTalk
TeamTalk is a solution for enterprise IM
mitliucak/tensorflow-class-activation-mapping
Learning Deep Features for Discriminative Localization (2016)
mitliucak/testgit
test for git
mitliucak/tiny
Tiny Face Detector, CVPR 2017
mitliucak/WebBench
Webbench是一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。Webbench使用C语言编写, 代码实在太简洁,源码加起来不到600行。