diff --git a/README.md b/README.md index e69de29..ebcd3ce 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,27 @@ +# Image Library and Process System + +### Prerequisites + +- Scrapy, see more details on [this page](http://doc.scrapy.org/en/0.22/index.html) +- MongoDB, see more details on [this page](http://docs.mongodb.org/manual/) +- pymongo, see more details on [this page](http://api.mongodb.org/python/current/) + +### Usage + +#### Do Operations on Images + +enter `python main.py` in command line + +#### Crawl Images + +change the allowed domain in `./crawler/crawler/spider/ImgCralwer.py` and then enter`scapy crawl img` in command line. + +### Storage + +#### Database + +All the image infomation is stored into MongoDB at the default ip and port, namely `localhost:27017`. + +#### Images + +All the image are downloaded into **Images** directory. -- libgit2 0.21.2