school-instagram-scraper

所属分类:模式识别(视觉/语音等)
开发工具:Python
文件大小:86KB
下载次数:0
上传日期:2019-10-08 01:02:25
上 传 者sh-1993
说明:  该项目从Instagram上抓取我学校教师缺席名单的照片,使用Tesseract,一个光学字符r...
(Project which scrapes photos of my school s teacher absence list from Instagram, uses Tesseract, an optical character recognition tool, to read and detect text embedded in the images, and finally matches detected text with user input to indicate which teachers are absent that day.)

文件列表:
instagram-scraper.py (3923, 2019-10-08)
scrapedimg.jpg (87608, 2019-10-08)

# School Instagram Scraper Project which scrapes photos of my school's teacher absence list from Instagram, uses Tesseract, an optical character recognition tool, to read and detect text embedded in the images, and finally matches detected text with user input to indicate which teachers are absent that day. ## How to run the algorithm Install Selenium, a website automation tool. ``` pip install selenium ``` In addition to installing the selenium package as detailed above, you must download the chromedriver as well. You can download the chromedriver from here: https://chromedriver.chromium.org/downloads Install Pytesseract, an Optical Character Recognition tool to read and detect text in images. ``` pip install pytesseract ``` Install OpenCV, a package we will use to open and read the scraped image. ``` pip install opencv-python ``` Lastly, before you run the code, make sure you change all the file paths in the code to fit your directories/folders in your computer. Then run ``` python instagram-scraper.py ```

近期下载者

相关文件


收藏者