Giter VIP home page Giter VIP logo

carboncheck_homeserver's Introduction

CarbonCheck_homeserver

카본 체크 팀 홈서버 Repository 입니다.


Requirements

  • Jetson Nano 4GB with jetpack 4.6.x
  • Webcam or CSI camera
  • MicroSD 32GB or More
  • Intel® Dual Band Wireless-AC 8265
  • 2 x 6dBi Dual Band M.2 IPEX MHF4 U.fl Cable to RP-SMA Wifi Antenna Set for Intel AC 8265
  • Arduino water flow meter as UDP client
  • mysql
  • pip3
  • Python 3.6.x
  • face_recognition (follow this instruction)
  • Tuya api key (if you need smart socket)

How to run


  1. Set your Jetson Nano as a hotspot (follow this instruction)

  1. install required packages
pip3 install -r requirements.txt

  1. run carboncheck_master.py
python3 carboncheck_master.py




Copyright (c) 2023 Standard Lee (Gaebobman)

carboncheck_homeserver's People

Contributors

gaebobman avatar

Stargazers

Jaehyun Kim avatar

Watchers

 avatar

carboncheck_homeserver's Issues

Send Data Format: str to json

현재 update_data_and_send.py 파일에서
def send_data_to_server(rows, ws) 함수가 서버로 데이터를 보내는 함수인데
message = str(rows) 이 방식으로 메세지를 생성하면 문자열로 생성된 후 보내집니다.
message = json.dumps(rows) 이런 방식으로 바꿔서 json형태로 보내주시기 바랍니다.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.