Skip to content

Volumetric analysis from images, Arduino code for weight and height measurement

Notifications You must be signed in to change notification settings

Inter-iit-tech/weight-volume-estimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Weight-Estimation

Volumetric Weight Estimation:

Running the container:

  1. cd '.\Volumetric Weight Estimation\'
  2. docker build -t weight_estimation .
  3. docker run -d -p 5000:5000 weight_estimation2

API Documentation:

1. Get Volume and other details:

  • URL: http://localhost:5000/volume

  • Method: POST

  • URL Params

    Required:

    form-data

    key data
    file image.jpeg

    (Upload your file here)

  • Success Response:

    • Code: 201
      Content: { "area": 83.42484632380285, "breadth": 3.68, "length": 4.44 }

About

Volumetric analysis from images, Arduino code for weight and height measurement

Resources

Stars

Watchers

Forks