플젝기록/졸업 프로젝트

크롤링해서 이미지 모으기

팽팽 2022. 4. 12. 16:22

크롤링을 이용해서 네이버에서 이미지를 모아보려고 한다

 

1. 깃허브 다운

https://github.com/YoongiKim/AutoCrawler

 

 

GitHub - YoongiKim/AutoCrawler: Google, Naver multiprocess image web crawler (Selenium)

Google, Naver multiprocess image web crawler (Selenium) - GitHub - YoongiKim/AutoCrawler: Google, Naver multiprocess image web crawler (Selenium)

github.com

 

2. 폴더 지정후 압축풀기 

 

3. keywords 파일에 검색 키워드 지정하기

 

4. 파이참에서 다음 명령어 실행

pip install -r requirements.txt

 

 

5. 크롤링 실행

python main.py

 

6. 이미지 다운 완료

 

 

이제 똑같이 라벨링 해주면 된다

이제 모델을 따로 이어서 학습시키는 방법을 찾아야한다.

 

 

출처 : hemon님의 티스토리

https://hemon.tistory.com/61

 

네이버로 크롤링 하기 !

https://github.com/YoongiKim/AutoCrawler GitHub - YoongiKim/AutoCrawler: Google, Naver multiprocess image web crawler (Selenium) Google, Naver multiprocess image web crawler (Selenium) - GitHub - Yo..

hemon.tistory.com