Skip to content

Commit c943fac

Browse files
authored
Update README.md
1 parent c00dca4 commit c943fac

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
1-
# Medico-Assistance-OpenAI-ChatBot-Using-Python
1+
# Medico-Assistance-OpenAI-ChatBot-Using-Python
2+
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.
3+
4+
# Features
5+
- Natural Language Processing: The chatbot responds in a natural, conversational manner.
6+
- Context-Awareness: It understands and maintains context throughout the conversation.
7+
- 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.
9+
10+
# Dependencies
11+
1. Python (>= 3.6)
12+
2. Textbase library (Install using pip install textbase)
13+
3. OpenAI API Key
14+
15+
# Setup
16+
1. Clone the repository.
17+
2. Install the required dependencies.
18+
3. Set up your OpenAI API key in the code. Replace YOUR_API_KEY with your actual API key.
19+
4. Run the chatbot using the following command:
20+
''python medico_chatbot.py''

0 commit comments

Comments
 (0)