datasciencesage commited on
Commit
56049d3
·
1 Parent(s): 61c6915

Updated the Readme file

Browse files
README.md CHANGED
@@ -10,5 +10,50 @@ pinned: false
10
 
11
 
12
 
13
- # measurement_prediction
14
- Human Body Size Measurement Prediction
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
 
11
 
12
 
13
+
14
+ # BODY PARTS MEASUREMENT PREDICTION
15
+
16
+ This is a **Human Body Parts Measurement Prection WebApp** which takes in a image of a person and gives the body parts predicted. It predicts body parts of the person in the image, in centimeters such as ankle, calf, height,waist and so on 14 body parts.
17
+
18
+
19
+
20
+ ## MODEL
21
+
22
+ Model has been created from scratch using the **Registry of Open Data on AWS**. Below are the model details
23
+
24
+
25
+ ![alt text](images/model_description.JPG)
26
+
27
+
28
+
29
+
30
+ ## DATASET
31
+
32
+ The dataset is publicly available on AWS website . The first large public body measurement dataset including 8978 frontal and lateral silhouettes for 2505 real subjects, paired with height, weight and 14 body measurements. The following artifacts are made available for each subject.
33
+
34
+ * Subject Height
35
+ * Subject Weight
36
+ * Subject Gender
37
+ * Two black-and-white silhouette images of subject standing in frontal and side pose respectively with full body in view.
38
+ * 14 body measurements in cm - {ankle girth, arm-length, bicep girth, calf girth, chest girth, forearm girth, height, hip girth, leg-length, shoulder-breadth, shoulder-to-crotch length, thigh girth, waist girth, wrist girth}
39
+
40
+
41
+ **Dataset can be accessed [HERE](https://registry.opendata.aws/bodym/)**
42
+
43
+
44
+
45
+ This repository uses Github Actions to directly push the files to Huggingface Space. Before using it you must configure your repo using Huggingface Workflow yaml. Model used is Yolov8x.
46
+
47
+ ### Get all the files along with the model **[HERE](https://huggingface.co/spaces/datasciencesage/body-parts-measurements-prediction/tree/main)**
48
+
49
+
50
+ ### The Webapp is Deployed using Huggingface Spaces.
51
+
52
+ **[DEPLOYED-HERE](https://datasciencesage-body-parts-measurements-prediction.hf.space)**
53
+
54
+
55
+ ### Landing Page
56
+
57
+ ![alt text](images/landing_page.JPG)
58
+
59
+
images/landing_page.JPG ADDED
images/model_description.JPG ADDED