1 min read
Care Engineering

A POC medical ambient voice technology (AVT) system that

  • transcribes consultations,
  • formats into notes,
  • predicts likely diagnoses,
  • and suggests the next question to ask.

Care Engineering

Project Structure

  • Frontend: React SPA with Vite build system
  • Backend: Express.js server
  • APIs: OpenAI realtime & GPT4o
  • Deployment: AWS SST framework
  • Database: DynamoDB (via SST)
  • Authentication: JWT-based with bcrypt password hashing