Skip to content

Yuren-Zhong/Chinese_LipReading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chinese Lip Reading

Spider over CNTV website

Environment Setup:

Anaconda should be installed first. I used Anaconda 4.3.30.

conda create -n cntv-spider python=2.7
activate cntv-spider
conda install scrapy curl
pip install wget pycurl

Run:

cd cntv_spider\tutorial
scrapy crawl cntv

NOTE:

All the modifications should be in cntv_spider\tutorial\tutorial\spiders\cntv_spider.py, where the spider is implemented.

About

(new updates have been moved to a private repo)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages