Skip to content

Latest commit

 

History

History
116 lines (92 loc) · 2.55 KB

README.md

File metadata and controls

116 lines (92 loc) · 2.55 KB

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