Skip to content

gjustin40/Food-Calorie-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Food-Calorie-Project

코드 공유를 위한 임시 repository

이미지 데이터 수집

1. Clone this repository(또는 zip파일 다운로드)

git clone https://github.com/gjustin40/Food-Calorie-Project.git

2. Install Requirements

pip install -r requirements.txt

3. Run file

cd datasets
python crawling.py --list 음식목록.txt --name 폴더이름  # 여러 가지 음식

or

python crawling.py --item americano,아메리카노 --name 폴더이름 # 한 가지 음식

4. 결과

├── new_data
    ├── americano
    │   ├── americano1.jpg
    │   ├── americano2.jpg
    │   ├── americano3.jpg
    │   └── americano4.jpg
    ├── cappuccino
    ├── ice_tea
    .
    .
    .
    └── latte_greentea

주의사항

  • 덮어쓰기 방지를 위해 new_data폴더가 이미 존재하면 작동 중지(--name 사용 권장)
  • txt파일 작성 시 영어한글 둘 다 작성
  • item 작성 시 영어,한글 둘 다 작성
# drinks.txt

americano,cappuccino,..... #엔터
아메리카노, 카푸치노.....

About

Food Calorie Calculator Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published