Skip to content

serprathamsharma/CareBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Objective

AI for healthcare monitoring: fall detection, patient activity tracking, and alerts.

Tech Stack

  • Python 3.11
  • motion detection algo

features

  • detects unsual activities in elders
  • sends alerts to emergency contacts and caregivers
  • 24x7 patient monitoring

how to run

  1. cd 10-carebot in cmd
  2. Create venv:
    python -m venv .venv
    .venv\Scripts\activate
  3. download requirements
    python -m pip install -r requirements.txt
  4. run the server
    uvicorn app.main:app --reload --port 8009
  5. try testing with /wrte for the endpoint:
    $headers = @{ "Content-Type" = "application/json" }
    $body = '{"topic":"AI in healthcare","style":"professional"}'
    Invoke-WebRequest -Uri "http://127.0.0.1:8009/write" -Method POST -Headers $headers -Body $body
    
    

NOTE: TO upgrade further can be extended with real time camera feeds.

About

A multimodal AI system that provides companionship, medication reminders, and emergency detection for elderly users.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages