Agnik7 / HealMate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HealMate: Your AI-Powered Health Companion

Tired of endless doctor visits and vague diagnoses? Introducing HealMate, the cutting-edge healthcare platform that brings the power of AI to your fingertips.

Features

  • Visual Symptom Diagnosis: Snap a pic of your rash or lesion, and our AI model will instantly analyze it to identify potential diseases.
  • Text-Based Symptom Search: Enter your symptoms, and HealMate will match you with a list of possible conditions.
  • Nearby Doctor Finder: Access a comprehensive directory of doctors in your area who specialize in treating your suspected conditions.

Getting Started

  1. Clone the Repository:

    git clone https://github.com/your-username/HealMate.git
    
  2. Install Dependencies:

    cd HealMate
    
    FOR FRONTEND
    cd frontend
    npm install
    
    
    FOR BACKEND
    python3 -m pip install -r requirements.txt
    
  3. Run the App:

    • For the frontend:

      cd src
      npm start
      
    • For the backend:

      cd backend
      python3 app.py
      
  4. Visit the App:

    • Navigate to http://localhost:3000 in your browser.

Demo

Click here to view a live demo.

Contributors

About


Languages

Language:JavaScript 63.6%Language:Python 29.1%Language:CSS 6.7%Language:HTML 0.6%