Medictator is your AI sidekick for medical documentation. Record your voice, and let our app transcribe, structure, and store your notes in the SOAP format—so you can focus on patients, not paperwork.
- 🎤 Voice-to-Text: Record patient notes directly in the browser.
- 🧠 AI-Powered SOAP Formatting: Automatically organizes notes into Subjective, Objective, Assessment, and Plan.
- ☁️ Cloud Storage: Securely stores and retrieves patient records.
- ⚡ Fast & Intuitive UI: Modern, responsive interface for clinicians.
- Backend: Flask, SQLAlchemy
- Frontend: HTML/CSS/JS (Vanilla, no framework)
- AI: Google Gemini API
- Database: SQLite (default, easy setup)
- Other: dotenv for secrets, CORS, Pillow for image handling
- Python 3.8+
- pip
git clone https://github.com/yourusername/medictator.git
cd medictatorpip install -r requirements.txtCreate a .env file in the root directory and add your Gemini API key: