You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments