Skip to content

Commit 795da34

Browse files
authored
Update README.md
1 parent c943fac commit 795da34

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# Medico-Assistance-OpenAI-ChatBot-Using-Python
22
This project is a Medico Assistance Chatbot built using OpenAI's GPT-3 and Python with the Textbase library. The chatbot aims to provide medical information and support to users while emphasizing that it is not a substitute for professional medical advice.
33

4+
![image](https://github.com/neeraj542/Medico-Assistance-OpenAI-ChatBot-Using-Python/assets/114648043/cbb2319c-891d-48bf-8392-96845304e65a)
5+
6+
47
# Features
58
- Natural Language Processing: The chatbot responds in a natural, conversational manner.
69
- Context-Awareness: It understands and maintains context throughout the conversation.
710
- Safe Responses: Guardrails are in place to ensure the chatbot doesn't provide harmful or inappropriate advice.
8-
- User-Friendly Interface: The frontend allows users to interact seamlessly with the chatbot.
11+
- User-Friendly Interface: The front end allows users to interact seamlessly with the chatbot.
912

1013
# Dependencies
1114
1. Python (>= 3.6)
@@ -17,4 +20,17 @@ This project is a Medico Assistance Chatbot built using OpenAI's GPT-3 and Pytho
1720
2. Install the required dependencies.
1821
3. Set up your OpenAI API key in the code. Replace YOUR_API_KEY with your actual API key.
1922
4. Run the chatbot using the following command:
20-
''python medico_chatbot.py''
23+
'''python medico_chatbot.py'''
24+
25+
# Disclaimer
26+
The Medico Assistance Chatbot is designed to provide general medical information and support. It is not intended to be a substitute for professional medical advice, diagnosis, or treatment. Always seek the advice of your physician or other qualified healthcare providers with any questions you may have regarding a medical condition.
27+
28+
# Contributions
29+
Contributions to the project are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.
30+
31+
# License
32+
This project is licensed under the MIT License.
33+
34+
# Note:
35+
The chatbot's responses and advice are not intended to replace the expertise and judgment of healthcare professionals. Use the chatbot responsibly and consult a healthcare professional for personalized medical advice and treatment.
36+

0 commit comments

Comments
 (0)