forked from jeilbitna/Capstone
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,14 @@ | ||
# Capstone | ||
# Cal로리 | ||
|
||
1. 프로젝트 명 : Cal로리 <br> | ||
Calculate + 칼로리<br> | ||
3. 프로젝트 설명 <br> | ||
사용자가 음식 사진을 업로드 하면 이미지 분류 모델이 음식을 분류하고 영양 정보를 알아낸다. 이를 바탕으로 사용자의 영양 상태를 모니터링 하고 부족한 영양 섭취를 보충해줄 음식 리스트를 제공하는 웹 서비스이다. | ||
3. 사용될 데이터 <br> | ||
- FOOD - 101 <br> | ||
https://www.kaggle.com/datasets/dansbecker/food-101?select=food-101.zip | ||
- | ||
|
||
|
||
|
||
CV 기반으로 식단 추천을 해주는 웹사이트 |