What It Does

Medinoted is a cross-platform solution (Web and Mobile) that acts as a centralized hub for a user's personal health journey through medinoted.com.

Users can:

Track Moods & Thoughts Log daily emotions and reflections to monitor mental well-being across long-term cycles.

Speech-to-Text Documentation Record symptoms hands-free using voice input, enabling quick entries such as “I have a sharp headache.”

Smart Analytics AI analyzes yearly emotional and symptom patterns and generates visual summaries of health trends.

Proactive Recommendations When recurring patterns are detected (e.g., frequent headaches), the system provides wellness suggestions such as improving sleep habits or hydration.

How We Built It

We implemented a modern and scalable architecture:

Frontend: Responsive interface optimized for both web and mobile devices

Backend: Python-based system managing analytics and user health records

AI & Speech: Azure OpenAI for sentiment and pattern analysis, combined with Azure Speech-to-Text for voice input

Data Visualization: Graphing libraries converting raw entries into interpretable health insights

Infrastructure: Hosted entirely on Microsoft Azure to ensure scalability, availability, and secure data handling

Challenges We Ran Into

One major challenge was ensuring responsible AI behavior in a healthcare context — what we called the “Guardrail Problem.”

Since medical information requires high reliability, we implemented layered safeguards:

Strict AI system personas

Backend validation filters

Topic restriction mechanisms limiting responses to wellness-related guidance

This ensured safe and focused AI interactions.

Accomplishments We're Proud Of

We successfully launched medinoted.com and built a working pipeline that converts spoken symptoms into structured clinical insights visualized over time.

A key achievement was implementing our well-being scoring model:

$$ W = \frac{\sum_{i=1}^{n}(Mood_i \times Intensity_i)}{n} $$

Watching voice input transform into measurable yearly health trends was a defining milestone for our team.

What We Learned

This hackathon reinforced that healthcare technology requires both empathy and engineering precision. We gained practical experience in:

Implementing grounded AI systems to reduce hallucinations

Deploying scalable Python applications on cloud infrastructure

Designing user-centered health interfaces

What’s Next for Medinoted

Our future roadmap includes:

Predictive Diagnostics: Machine learning models to identify early health risk patterns

Wearable Integration: Synchronization with smartwatches for biometric data correlation

Doctor Sharing: Secure export of yearly summaries for physician consultations

Built With

Share this project:

Updates