Skip to content

jungin500/rpi-torchscript-powermeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi Torchscript Power/Runtime Evaluation Toolkit

image

Requirements

  • Windows PC
  • Power-Z KM001 USB Power Consumption Monitor device
  • Raspberry Pi

Usage

  1. (PC) Clone jungin500/rpi-torchscript-eval-frontend
  2. (PC) Change variables on index.js and run on native or build docker image with Dockerfile
  3. (Raspberry Pi) Install this repository in $RPI_EVAL_TOOLKIT_PATH (Same path specified in index.js as RPI_EVAL_TOOLKIT_PATH)
  4. (Raspberry Pi) Prepare conda environment which can import torch and load torchscript module
  5. (PC) Open web browser and head to http://$PC_IP_ADDRESS:8080/. It will load frontend started while on Step 1~2.