HealthSync
š„ HealthSync
A sophisticated AI-powered medical charting and EMR documentation system built with Next.js and Together AI.
š„ Development Team
# | Full Name | GitHub Username |
---|---|---|
1 | Sunny Patel | sunnypatell |
2 | Michael Ispahani | Michaelexe |
3 | Royce Mathew | royce-mathew |
4 | Alyesha Singh | AlyeshaS |
š Overview
HealthSync is a cutting-edge medical documentation system that leverages artificial intelligence to streamline the patient intake process. It provides real-time, structured medical charting with an intuitive interface for healthcare professionals.
āØ Features
Core Functionality
- AI-Powered Documentation
- Real-time speech-to-text for verbal input
- Intelligent SOAP format adherence
- Automated medical terminology validation
User Interface
- Dual Chat Interface
- Choose between two AI assistants (Ava & Eli)
- Real-time conversation tracking
- Voice input support with visual feedback
Charting System
- Dynamic Charting Display
- Warning and message categorization
- Visual indicators for different entry types
- Real-time updates during consultation
Data Processing
- Structured Data Output
- JSON-formatted medical records
- SOAP-compliant documentation
- Automated follow-up question generation
š Architecture
š Technology Stack
-
Frontend
- Next.js 13
- React 18
- TailwindCSS
- Framer Motion
-
AI Integration
- Together AI API
- OpenAI Whisper
- Custom AI Agents (Ava & Eli)
-
Development Tools
- TypeScript
- ESLint
- Prettier
- Husky
š Project Structure
The project follows a modular architecture with clear separation of concerns:
pages/
- Route components and API endpointscomponents/
- Reusable UI componentsstyles/
- Global and component-specific styleslib/
- Utility functions and API clientstypes/
- TypeScript type definitionspublic/
- Static assets and resources
š§© Components
Key components include:
- ChatInterface - Main conversation UI
- VoiceInput - Speech recognition component
- ChartingDisplay - Medical documentation view
- AgentSelector - AI assistant selection interface
š¤ AI Integration
HealthSync uses Together AI's API for:
- Natural language processing
- Medical terminology validation
- Automated documentation generation
- Context-aware responses
š Styling
- TailwindCSS for utility-first styling
- Custom CSS modules for complex components
- Responsive design for all screen sizes
- Dark/Light mode support
š Setup & Installation
- Install dependencies:
- Create a
.env.
file:
- Start the development server:
š» Development
- Build:
npm run build
- Lint:
npm run lint
š¤ Contributing
- Fork the repository
- Create a feature branch
- Commit your changes
- Push to the branch
- Open a Pull Request
Made with ā¤ļø for HackHive 2025