From 073f56fbffd1cb6f1823c77840cc13f38f9b7e08 Mon Sep 17 00:00:00 2001
From: Fanis Baikas <fan.baikas@gmail.com>
Date: Fri, 20 May 2022 14:26:50 +0100
Subject: [PATCH] Minor changes to README.md file

---
 README.md | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md
index a878d7b..09d063c 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,12 @@
 ## Project description
 
-The aim of this project was to monitor the energy required per inference from DNN and ds-CNN neural networks running on 
-an Arm Cortex M7 microcontroller to perform audio keyword recognition.
+The aim of this project was to monitor the energy required per inference from DNN and ds-CNN neural networks running on an Arm Cortex M7 microcontroller to perform audio keyword recognition.
 
-Folder F756ZG_KWS contains the source code and additional files used by STM32 CubeIDE. To distinguish between the MFCC 
-feature extraction and inference stages, the MCU is put in sleep mode for 3s intervals between MCU initialization,
-MFCC and neural net classification. 
+Folder F756ZG_KWS contains the source code and additional files used by STM32 CubeIDE. To distinguish between the MFCC feature extraction and inference stages, the MCU is put in sleep mode for 3s intervals between MCU initialization, MFCC and neural net classification. 
 
 The original implmentations of the neural netowrks can be found in:
 https://github.com/ARM-software/ML-KWS-for-MCU/tree/master/Deployment
 
-Current measurements were obtained from an STM32 Nulceo-F756ZG development board. To monitor the current supply to the
-the MCU, solder bridge SB13 was removed and an ammeter was connected to jumper JP5 as described in the board's 
-reference manual (https://www.st.com/resource/en/user_manual/dm00244518-stm32-nucleo-144-boards-stmicroelectronics.pdf)
+Current measurements were obtained from an STM32 Nulceo-F756ZG development board. To monitor the current supply to the the MCU, solder bridge SB13 was removed and an ammeter was connected to jumper JP5 as described in the board's reference manual (https://www.st.com/resource/en/user_manual/dm00244518-stm32-nucleo-144-boards-stmicroelectronics.pdf)
 
-The .csv files containing the raw data from the current measurements can be found in the MCU_Current_Measurements 
-folder. The folder also contains the Python scrpits used for energy calculation and plot generation.
+The .csv files containing the raw data from the current measurements can be found in the MCU_Current_Measurements folder. The folder also contains the Python scrpits used for energy calculations and plot generation.
-- 
GitLab