Spaces:
Sleeping
Sleeping
File size: 5,551 Bytes
97d1451 6536fe9 97d1451 6536fe9 97d1451 6536fe9 97d1451 6536fe9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 | import streamlit as st
st.set_page_config(page_title="MediAssist – Info ", page_icon="🩺", layout="wide")
# Title Section
st.title("🩺 MediAssist – Information Page")
st.write("### Transforming Healthcare With AI · Built by **Nandan Dutta**")
st.markdown("---")
# Vision Section
st.header("🌟 Our Vision: AI-Powered Support for Doctors")
st.write("""
Healthcare professionals face overwhelming workloads, increasing complexity,
and the constant pressure to make accurate, fast decisions.
**MediAssist v15** is designed to support doctors, not replace them —
providing intelligent tools that improve **speed, accuracy, and patient outcomes**.
### 🤖 How AI Can Help Doctors in Real Life
- **Faster Clinical Decision Support:** AI can process symptoms, medical history, and guidelines instantly.
- **Error Reduction:** Helps avoid common diagnostic mistakes and overlooked patterns.
- **Time Efficiency:** Automates repetitive tasks (summaries, reports, prescriptions).
- **Medical Knowledge on Demand:** Provides updated guidelines, drug interactions, and treatment suggestions.
- **Pattern Recognition:** Detects risks earlier by analyzing patient data.
- **Remote Patient Monitoring:** AI can track vitals, alerts, and patient progress.
- **Enhanced Reporting:** Generates medical summaries, SOAP notes, or exam reports instantly.
**MediAssist v15** brings these capabilities to a single easy-to-use platform.
""")
st.markdown("---")
# About You Section
st.header("👨💻 About the Creator – *Nandan Dutta*")
st.write("""
Hi! I’m **Nandan Dutta**, a Data Scientist working in the **Marketing & Analytics team at JioGames**,
specializing in **AI, large language models, automation, and end-to-end AI product development**.
### 🧠 Professional Focus Areas
- Machine Learning & LLM-based Healthcare Assistants
- AI Automation Systems for Businesses
- Gaming + AI Integrations
- Real-time Data Analytics
- Building Scalable AI Tools on Cloud (Azure, AWS, HF Spaces)
### 🎯 Mission With MediAssist v15
To create a **reliable, fast, and safe AI healthcare assistant**
that supports doctors, medical students, and clinics
with high-quality decision support and productivity tools.
I’m passionate about blending technology with real-world impact —
and healthcare is one of the most powerful ways to do it.
""")
st.markdown("---")
# Features Section
st.header("⚙️ Key Features of MediAssist")
st.write("""
- 🧬 Symptom-based clinical guidance
- 💊 Drug information & interaction checker
- 📋 Automated medical documentation
- 🏥 Medical exam explanations
- 📚 Evidence-based responses
- 🩺 Supports doctors, students & patients
This project will evolve with more clinical modules, safety layers, and real-case support.
""")
st.markdown("---")
# Contact + Profiles Section
# About You Section
st.header("👨💻 About the Creator – *Nandan Dutta*")
st.write("""
I’m **Nandan Dutta**, a Data Scientist, AI Developer, and Product Innovator with a strong background in
**machine learning, LLM engineering, automation systems, analytics, and cloud-based AI applications**.
I currently work in the **Marketing & Analytics team at JioGames**, where I contribute to
AI-driven insights, gaming intelligence, and large-scale data systems impacting millions of users.
Over the years, I’ve built and contributed to AI systems across multiple domains, including:
### 🧠 My Core Strength Areas
- **AI for Healthcare:** symptom analyzers, clinical decision support, medical LLMs
- **Generative AI:** LLM-based automation, AI agents, multimodal systems
- **Cloud AI Engineering:** Azure, Hugging Face, AWS, LangChain, OpenAI ecosystems
- **Gaming Analytics:** player behavior models, retention prediction, monetization analytics
- **Data Science:** machine learning pipelines, statistical modelling, experimentation
- **Automation:** AI tools for video editing, content creation, and business workflows
### 🎯 My Vision
To build real-world AI systems that **solve meaningful problems**, especially in
healthcare, gaming, and enterprise automation — making AI accessible, ethical, and impactful.
### 💡 Why I Built MediAssist v15
Working closely with real-world AI systems, I realized how powerful AI can be in
supporting doctors, patients, and medical students by providing:
- Accurate, fast clinical insights
- Reliable medical reference knowledge
- Automated documentation & decision assistance
- Real-time symptom analysis and risk assessment
MediAssist v15 is part of my long-term vision to create **safe, assistive, doctor-focused AI tools**
that benefit healthcare without replacing human experts.
### 📚 My AI Philosophy
I believe AI should:
- **Support**, not replace humans
- **Reduce workload**, not create complexity
- **Increase accuracy**, not risk
- **Be accessible**, not restricted to big companies
### 🧩 Other Things I Do
- Build YouTube content around gaming, AI, and PS5 entertainment
- Design AI tools for business automation and analytics
- Mentor and advise beginners in data & AI
- Work on personal AI projects like **AI Agents**, **Automation Bots**, and **LLM APIs**
### 🌍 My Goal
To become a leading creator in **AI for healthcare & gaming**,
and build a suite of assistive AI products that make daily life easier for millions.
""")
st.markdown("---")
st.success("✅ Thanks for visiting MediAssist! Your interest supports the next generation of AI in healthcare.")
|