Skip to content

muhnehh/diabetescalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

DiabetesCalc

Overview

DiabetesCalc is a user-friendly application designed to assist individuals in managing their diabetes effectively. It calculates insulin dosages based on various factors, such as blood sugar levels, carbohydrate intake, and physical activity. The goal is to empower users to make informed decisions about their diabetes management.

Features

  • Insulin Dosage Calculation: Provides accurate insulin dosage recommendations based on user input.
  • Blood Sugar Tracking: Allows users to log and monitor their blood sugar levels over time.
  • Food Intake Management: Users can enter carbohydrate counts from meals to see their impact on insulin needs.
  • Activity Tracking: Integrates physical activity data to adjust insulin recommendations.
  • User-Friendly Interface: Designed with simplicity in mind, making it easy for users to navigate and input their data.

Technologies Used

  • Languages: Python, JavaScript
  • Frameworks: Flask for the backend, HTML/CSS for the frontend
  • Database: SQLite for data storage
  • Libraries:
    • Data Analysis: Pandas for data manipulation
    • Visualization: Matplotlib for graphing trends in blood sugar levels

Installation

To run this project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/yourusername/diabetescalc.git
  2. Navigate to the project directory:
    cd diabetescalc
  3. Install the required packages:
    pip install -r requirements.txt
  4. Run the application:
    python app.py

Usage

  1. Launch the application in your browser.
  2. Create a user profile to start logging your blood sugar levels and food intake.
  3. Use the insulin dosage calculator to get personalized recommendations based on your input.
  4. Monitor your progress through the tracking features.

Contribution

Contributions are welcome! Feel free to submit issues or pull requests to improve the project.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published