Skip to content
Namkhang Le edited this page Feb 11, 2024 · 4 revisions

Welcome to the DiagnoseMe Wiki

Overview

DiagnoseMe is an interactive chatbot application designed to simulate patient interactions. It leverages the power of AI to generate responses based on a variety of medical conditions, providing a user-friendly interface for medical students to practice their diagnostic skills.

Getting Started

Prerequisites

  • Node.js
  • Python
  • Flask

Installation

  1. Clone the repository to your local machine.
  2. Navigate to the DiagnoseMeApp directory.
  3. Run npm install --force to install the necessary dependencies.
  4. Start the application with npm start.

Backend

  1. Install the necessary Python packages with pip install openai flask.
  2. Start the server with python3 main.py.

Usage

After starting the application, interact with the chatbot by typing your queries into the chat interface. The chatbot will respond with AI-generated responses based on the input.

Contributing

We welcome contributions! Please see our Contributing Guide for more details.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

If you have any questions, feel free to open an issue or submit a pull request.