Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

무게센서 연동을 위한 과정 #3

Open
IT-HONGREAT opened this issue Oct 25, 2021 · 0 comments
Open

무게센서 연동을 위한 과정 #3

IT-HONGREAT opened this issue Oct 25, 2021 · 0 comments

Comments

@IT-HONGREAT
Copy link
Owner

Pre무게센서 연동

  • 무게센서를 연동해서 음식의 무게 값을 측정하고 해당음식에 대한 무게를 받음.
  • 음식의 무게를 받고, 음식의 이미지를 촬영한 다음 이미지 분류 모델을 활용.
  • 어떤 음식인지 구분하고, 그 음식의 무게에 따른 칼로리를 받아서 얼마나 되는지 출력.

git clone [https://github.com/tatobari/hx7121py](https://github.com/tatobari/hx7121py) 를 클론한다.

image


  • 파이썬 버전 업데이트가 필요했다.

    우선 라즈비안os 업데이트

image

python 3.8.5 다운로드 → 

```
wget https://www.python.org/ftp/python/3.8.5/Python-3.8.5.tgz

#설치
sudo tar zxf Python-3.8.5.tgz
cd Python-3.8.5
sudo ./configure --enable-optimizations
sudo make -j4
sudo make altinstall
```

image


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant