-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Namkhang Le edited this page Feb 11, 2024
·
4 revisions
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.
- Node.js
- Python
- Flask
- Clone the repository to your local machine.
- Navigate to the
DiagnoseMeApp
directory. - Run
npm install --force
to install the necessary dependencies. - Start the application with
npm start
.
- Install the necessary Python packages with
pip install openai flask
. - Start the server with
python3 main.py
.
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.
We welcome contributions! Please see our Contributing Guide for more details.
This project is licensed under the MIT License - see the LICENSE file for details.
If you have any questions, feel free to open an issue or submit a pull request.