B-AI-max is a medical assistant chatbot that will listen to a user's symptoms and provide recommendations for over-the-counter medicine and/or home remedies, or suggest urgent medical attention if needed. Additionally, it can assist users in finding nearby hospitals based on their location.
- Symptom-based Recommendations
- Hospital Finder
-
Install OpenAI
pip install OpenAI
-
Install python-dotenv
pip install python-dotenv
-
Set Up Environment Variables: Create a .env file and add your OpenAI API key.
In your terminal, run
python text.py
and follow the B-AI-max prompts.