Skip to content

neuhai/clinical-decision-making-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An example of clinical decision-making dashboard

A web application for tracking symptoms and physiological data.

Prerequisites

  • Node.js (v16 or higher)
  • Python 3.8+
  • MongoDB
  • OpenAI API key

Environment Setup

Backend Configuration

Create a .env file in the backend directory:

MONGO_URI=mongodb:xxx
OPENAI_API_KEY=your_openai_key_here

Frontend Configuration

Create a .env file in the frontend directory:

VITE_API_BASE_URL=xxx

Installation

Backend Setup

cd backend
python -m venv venv

# Activate virtual environment
source venv/bin/activate  # Unix/macOS
.\venv\Scripts\activate   # Windows

pip install -r requirements.txt

python -m app.run

Frontend Setup

cd frontend

npm install

npm run dev

Features

  • symptom tracking
  • Daily health summaries using OpenAI
  • Patient data visualization
  • AI-powered risk prediction

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published