Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.53 KB

installation.md

File metadata and controls

41 lines (28 loc) · 1.53 KB

SnoozeMonitor Installation Guide

Introduction

Welcome to the installation guide for SnoozeMonitor, your ultimate sleep companion! SnoozeMonitor empowers you to take control of your sleep, track patterns, get personalized tips, and say goodbye to sleepless nights. This guide will walk you through the installation process step by step.

Installation Steps

⚙️ Follow these steps to install SnoozeMonitor on your system:

  1. Clone the Repository: Open a terminal or command prompt and clone the SnoozeMonitor repository from GitHub using the following command:
git clone https://github.com/Sgvkamalakar/SnoozeMonitor.git
  1. Navigate to the Repository Directory: Change your current directory to the cloned SnoozeMonitor repository:
cd SnoozeMonitor
  1. Install Dependencies: Use pip to install the required Python dependencies listed in the requirements.txt file:
pip install -r requirements.txt
  1. Create an environment file using .env file with following code
OPENAI_API_KEY=<your_api_key>
  1. Run SnoozeMonitor: Run the SnoozeMonitor application using the following command:
python app.py
  1. Access SnoozeMonitor: Once the application is running, open a web browser and navigate to the specified address (usually http://localhost:5000) to access SnoozeMonitor.

Usage

Once SnoozeMonitor is installed and running, you can use it to track your sleep patterns, input your health data, receive personalized recommendations, and explore insightful visualizations related to sleep health.