Skip to content

jkuo630/timecapsules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

72 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

TimeCapsules

Inspiration:

There are over 800 million people around the world over the age of 65, and as healthcare advances, the elderly population will increase even faster. The one thing they all have in common is that they frequently take some medication or pills. In fact, almost 90% of older adults regularly take at least one prescription drug, and almost 80% regularly take at least two prescription drugs. Whether it be for lowering cholesterol or just fulfilling your daily Vitamin C intake, they are essential for maintaining the health of people of all ages.

However, the text on the medical bottles is often small and complex, making it hard to understand, especially for the elderly or visually impaired.

About 1 in 9 people age 65 and older has some form of Alzheimer's. Especially when people usually take more than one type of medication, it becomes hard to manage when and how often to take each one.

That's where TimeCapsules comes in.

What it does:
TimeCapsules uses Computer Vision, AI, and SMS to innovate how we use medication. Our application will leverage OpenCV to take a picture of your pill bottle, parse the text, and then utilize OpenAI to interpret, and create a custom SMS reminder to your phone. Twilio will then send text reminders to take your pills depending on the instructions listed on the bottle.

Start by filling in some basic information, and then simply face the bottle to your camera. It will snap a photo and interpret the text. It will now be added to a dashboard where you can manage all your medications. The app will also send a text to your phone when you wake up, reminding you to take your pills! Depending on the instructions, it will continue to text you throughout the day.

How we built it:
Front-end: React
Backend: Python, Flask APIs: OpenCV, OpenAI, Twillio
Please check out https://devpost.com/software/timecapsules for a full rundown!

Requirements:
Python3 3.11.5
easyocr == 1.6.2 (pip3 install easyocr)
matplotlib == 3.6.2 (pip3 install matplotlib)
opencv-python-headless == 4.5.4.60 (pip3 install opencv-python-headless)

How to get started:
Backend:
in the backend folder, make sure there is a venv file. run ". venv/bin/activate" to activate virtual env.
make sure u have all the requirements downloaded in the vm (use pip is okay)
make sure the venv is in Python3 3.11.5 (can do by running python3.11 -m venv venv during venv setup)
run "python3 mk-altogether.py" to start the server
to deactivate, just type in "deactivate" into the terminal

Frontend:
cd to frontend/react folder
npm i
npm i kute.js
npm i react-webcam
npm i react-icons
npm i react-router-dom
npm i react-checkmark
npm start

Please checkout https://devpost.com/software/timecapsules for more info and code snippets!

About

๐Ÿ’Š innovating how we use medication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •