Skip to content

A smart pill box to help individuals in effectively managing and adhering to their medications and supplements

Notifications You must be signed in to change notification settings

chelsey0527/TECHIN515_Final

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Medibox (Smart pillbox)

🙋 Problem

Medication adherence is a significant challenge in the realm of healthcare, and satisfactory solutions are lacking.

🌟 Solution

We aim to develop a smart, automated assistant for medication management to help individuals in effectively managing and adhering to their medications and supplements. Our prioritized user requirements are as follows

  1. Visual Reminder
    • Monitor
    • Responsive Web Application
  2. Voice Interaction
    • Raspberry Pi with OpenAI API
    • Microphone sensor
    • Speech to Text Machine Learning
  3. Tracking of Pill intake History
    • Data visualization
    • Cloud Storage

📖 Table of Contents 📖

  1. User Interfaces
  2. Workflow
  3. Hardware design
  4. Software design
  5. Getting started
  6. Team members

User Interfaces

  • Dashboard ui-1
  • Upcoming schedules ui-2
  • Data visualizations ui-3
  • Intake history ui-4

Workflow

workflow

Hardware Design

hardware

Software Design

software

Getting started

Prerequisites

  1. Install Node.js
  2. Install npm
  3. Install depenencies for frontend and backend respectively. Frontend:
    cd frontend/; npm install
    
    Backend:
    cd backend/; npm install
    

Run app (dev mode)

  1. Run the backend server
    npm run dev
    
  2. Run the frontend server
    yarn dev
    

Team members

About

A smart pill box to help individuals in effectively managing and adhering to their medications and supplements

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published