Medico-Assistance-OpenAI-ChatBot-Using-Python
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.
Features
- Natural Language Processing: The chatbot responds in a natural, conversational manner.
- Context-Awareness: It understands and maintains context throughout the conversation.
- Safe Responses: Guardrails are in place to ensure the chatbot doesn't provide harmful or inappropriate advice.
- User-Friendly Interface: The front end allows users to interact seamlessly with the chatbot.
Dependencies
- Python (>= 3.6)
- Textbase library (Install using pip install textbase)
- OpenAI API Key
Setup
- Clone the repository.
- Install the required dependencies.
- Set up your OpenAI API key in the code. Replace
YOUR_API_KEYwith your actual API key. - Run the chatbot using the following command:
python main.py
Disclaimer
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.
Contributions
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.
License
This project is licensed under the MIT License.
Note:
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.


Log in or sign up for Devpost to join the conversation.