Usage Guide

Getting Started

MediMind provides a user-friendly interface for analyzing medical symptoms. Follow these steps to use the application:

  1. Install Dependencies:

    pip install -r requirements.txt
    
  2. Run the App:

    streamlit run application.py
    
  3. Describe Your Symptoms: In the chat interface, clearly and comprehensively describe your symptoms. Include details such as:

    • The specific symptoms you are experiencing.

    • The duration of the symptoms.

    • The severity of the symptoms.

    • Any relevant medical history.

Interacting with the System

  • Initial Assessment: MediMind will provide a preliminary disease prediction based on your initial symptom description.

  • Answer Follow-up Questions: The system will then ask you a series of follow-up questions to gather more information. Answer these questions thoroughly and accurately.

  • Final Diagnosis and Recommendations: Once you’ve answered all the follow-up questions, MediMind will generate a refined diagnosis and provide treatment and prevention recommendations.

  • Reset Session: Use the “Reset Session” button to clear the current session and start a new analysis.

>> Important: MediMind is for informational purposes only and does not substitute professional medical advice. Always consult a healthcare provider for diagnosis and treatment.