diff --git a/.DS_Store b/.DS_Store index 587869f3a..edc574795 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/README.md b/README.md index 151e5e29e..2b28b2f46 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Image](app/static/image/readme_banner.png) +![Auscultation Simulator Application](app/static/image/readme_banner.png) ## Introduction

@@ -184,11 +184,12 @@ The project scope of the Auscultation Simulator encompasses the design and devel ## Project Installation: **STEP 1:** Clone the repository from GitHub. ```bash - + git clone https://github.com/Kumar-laxmi/Auscultation-Simulator-Application.git ``` **STEP 2:** Change the directory to the repository. ```bash + cd Auscultation-Simulator-Application ``` **STEP 3:** Create a virtual environment @@ -237,6 +238,35 @@ The project scope of the Auscultation Simulator encompasses the design and devel ``` ## Output Screen-shots: -![image]() +#### The preview of Dashboard when opening the simulator +![image](app/static/image/screen_shots/ss1.png) + +#### When Audio waveform viewer is enabled and no audio is selected +![image](app/static/image/screen_shots/ss2.png) + +#### When Audio waveform viewer is enabled and audio & location is selected +![image](app/static/image/screen_shots/ss3.png) + +#### When Audio and ECG Waveforms are enabled +![image](app/static/image/screen_shots/ss4.png) + +#### When full screen mode for waveform is activated +![image](app/static/image/screen_shots/ss5.png) + +#### When only ECG and Respiratory Rate waveforms are viewed in full screen mode +![image](app/static/image/screen_shots/ss6.png) + +## Hardware Implementation: +#### Raspberry Pi Used: +![Raspberry Pi 4 Model B](app/static/image/screen_shots/raspberrypi.jpeg) + +#### Hardware connection with USB 3.0 7-port Hub: +![Pi with Hub](app/static/image/screen_shots/pi_with_hub.jpeg) + +#### 16x2 LCD Display and driver used: +![LCD with driver](app/static/image/screen_shots/lcd_display.jpeg) + +#### GPIO Connection of LCD Display and Buzzer with Raspberry Pi: +![GPIO with Pi](app/static/image/screen_shots/gpio_pi.jpeg) diff --git a/app/.DS_Store b/app/.DS_Store index 725aa9f40..a3ea6959b 100644 Binary files a/app/.DS_Store and b/app/.DS_Store differ diff --git a/app/static/.DS_Store b/app/static/.DS_Store index 5ea146e4c..debf2ca12 100644 Binary files a/app/static/.DS_Store and b/app/static/.DS_Store differ diff --git a/app/static/audio/.DS_Store b/app/static/audio/.DS_Store index a058be149..a39c56037 100644 Binary files a/app/static/audio/.DS_Store and b/app/static/audio/.DS_Store differ diff --git a/app/static/audio/heart/.DS_Store b/app/static/audio/heart/.DS_Store index 74d81f087..956d0131e 100644 Binary files a/app/static/audio/heart/.DS_Store and b/app/static/audio/heart/.DS_Store differ diff --git a/app/static/image/.DS_Store b/app/static/image/.DS_Store index 5008ddfcf..a4d72dc98 100644 Binary files a/app/static/image/.DS_Store and b/app/static/image/.DS_Store differ diff --git a/app/static/image/screen_shots/gpio_pi.jpeg b/app/static/image/screen_shots/gpio_pi.jpeg new file mode 100644 index 000000000..b56eef69d Binary files /dev/null and b/app/static/image/screen_shots/gpio_pi.jpeg differ diff --git a/app/static/image/screen_shots/lcd_display.jpeg b/app/static/image/screen_shots/lcd_display.jpeg new file mode 100644 index 000000000..a5c2d4880 Binary files /dev/null and b/app/static/image/screen_shots/lcd_display.jpeg differ diff --git a/app/static/image/screen_shots/pi_with_hub.jpeg b/app/static/image/screen_shots/pi_with_hub.jpeg new file mode 100644 index 000000000..21f3bd10d Binary files /dev/null and b/app/static/image/screen_shots/pi_with_hub.jpeg differ diff --git a/app/static/image/screen_shots/raspberrypi.jpeg b/app/static/image/screen_shots/raspberrypi.jpeg new file mode 100644 index 000000000..9c92db364 Binary files /dev/null and b/app/static/image/screen_shots/raspberrypi.jpeg differ diff --git a/app/static/image/screen_shots/ss1.png b/app/static/image/screen_shots/ss1.png new file mode 100644 index 000000000..90367dfea Binary files /dev/null and b/app/static/image/screen_shots/ss1.png differ diff --git a/app/static/image/screen_shots/ss2.png b/app/static/image/screen_shots/ss2.png new file mode 100644 index 000000000..1bed1ad8c Binary files /dev/null and b/app/static/image/screen_shots/ss2.png differ diff --git a/app/static/image/screen_shots/ss3.png b/app/static/image/screen_shots/ss3.png new file mode 100644 index 000000000..d7bfe9d45 Binary files /dev/null and b/app/static/image/screen_shots/ss3.png differ diff --git a/app/static/image/screen_shots/ss4.png b/app/static/image/screen_shots/ss4.png new file mode 100644 index 000000000..e9838d6d4 Binary files /dev/null and b/app/static/image/screen_shots/ss4.png differ diff --git a/app/static/image/screen_shots/ss5.png b/app/static/image/screen_shots/ss5.png new file mode 100644 index 000000000..69a27617b Binary files /dev/null and b/app/static/image/screen_shots/ss5.png differ diff --git a/app/static/image/screen_shots/ss6.png b/app/static/image/screen_shots/ss6.png new file mode 100644 index 000000000..020e56328 Binary files /dev/null and b/app/static/image/screen_shots/ss6.png differ diff --git a/app/templates/.DS_Store b/app/templates/.DS_Store index db05d500b..225d096be 100644 Binary files a/app/templates/.DS_Store and b/app/templates/.DS_Store differ diff --git a/app/templates/elements/.DS_Store b/app/templates/elements/.DS_Store index c18b1d8ca..ff93fa053 100644 Binary files a/app/templates/elements/.DS_Store and b/app/templates/elements/.DS_Store differ diff --git a/db.sqlite3 b/db.sqlite3 index 399a452c6..ce17481b7 100644 Binary files a/db.sqlite3 and b/db.sqlite3 differ