Skip to content

williyam-m/AI_Doctor

Repository files navigation

AI Doctor

Live Link:

https://aidoctor.pythonanywhere.com/ (Deployed on Cloud)

Demo Video Link:

https://youtu.be/7SoBv7HkpIY

AI Doctor

Chat with an AI Doctor

AI Doctor

  • Developed an intuitive AI chat feature, providing users with instant health consultations and reducing wait times for medical advice.

Symptom Checker

AI Doctor

AI Doctor

AI Doctor

  • Implemented a user-friendly symptom checker that empowers individuals to understand potential health issues early and take proactive measures.

Lab Report

AI Doctor

AI Doctor

AI Doctor

  • Enabled seamless access to and interpretation of lab reports, making medical data transparent and actionable for users.

Prescription Scanner

AI Doctor

AI Doctor

  • Created a reliable prescription scanning feature, helping users manage their medication effectively and minimize the risk of errors.

AI Doctor

Step-by-Step Guide to Setting Up and Running the Application

  1. Clone the Repository

    git clone https://github.com/williyam-m/AI_Doctor.git
  2. Create a Virtual Environment

    python -m venv venv
  3. Activate the Virtual Environment

    • On Windows:
      venv\Scripts\activate
    • On Linux/macOS:
      source venv/bin/activate
  4. Install Required Packages

    pip install -r requirements.txt
  5. Run the Application

    python manage.py runserver

References and Resources

License

This project is licensed under the MIT License. See the LICENSE file for more details.