Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sankar-mohan authored Jul 7, 2023
1 parent 8156028 commit 3c41d40
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ The application uses a pretrained TensorFlow model to classify the orientation o

![](Docs/Hardware_Setup.PNG)

In this application, a BMI160 6DOF IMU sensor is used to get x, y & z Accelerometer value and fed as input to TensorFlow Lite.
The pretrained TensorFlow model has been trained to predict six different orientations: Horizontal Up, Horizontal Down, Vertical Up, Vertical Down, Side Front, and Side Back.
In this application, the BMI160 6DOF IMU sensor is used to obtain x, y, and z accelerometer values. These values are then fed as inputs to TensorFlow Lite, which utilizes an Artificial Neural Network (ANN) model trained to classify six different orientations: Horizontal Up, Horizontal Down, Vertical Up, Vertical Down, Side Front, and Side Back.
![](Docs/Board_Orientation.PNG)

To create MPLAB project with TensorFlow Lite, The TFLite Micro component available in MCC Harmony is used.
Expand Down

0 comments on commit 3c41d40

Please sign in to comment.