Dr. AI is an innovative virtual healthcare assistant developed for the Falcon Hackathon. This project aims to provide personalized health-related services using advanced AI technology, specifically leveraging the Falcon-180B-chat model.
Dr. AI offers three main services:
-
Diet Planner 🍎
- Personalized diet plans based on user input
- Consideration of dietary preferences and health conditions
-
Exercise Planner 🏋️
- Customized exercise routines
- Adaptable to different fitness levels and goals
-
General Physician 👨⚕️
- Virtual medical consultations
- Symptom analysis and preliminary advice
- Frontend: Streamlit
- Backend: Python
- AI Model: Falcon-180B-chat (via AI71 API)
- Environment Management: dotenv
Try out the app @: https://doctorai135.streamlit.app/
Dr.AI/
│
├── .streamlit/ # Streamlit configuration files
├── pages/ # Additional pages for Streamlit app
│ ├── Diet_Planner.py
│ ├── Exercise_Planner.py
│ └── General_Physician.py
├── .env # Environment configuration file
├── .gitignore # Git ignore file
├── Home.py # Home page of the Streamlit app
├── requirements.txt # Python dependencies
└── styles.css # Custom styles for the app
- Clone the repository:
git clone https://github.com/your-username/Dr.AI.git
cd Dr.AI
- Create a virtual environment and activate it:
python -m venv venv
source venv/bin/activate # On Windows, use venv\Scripts\activate
- Install the required packages:
pip install -r requirements.txt
- Set up your
.env
file with your AI71 API key:
AI71_API_KEY=your_api_key_here
- Run the Streamlit app:
streamlit run Home.py
- Start the application and navigate to the provided local URL.
- Choose the desired service from the sidebar (Diet Planner, Exercise Planner, or General Physician).
- Input your personal information and health-related details as prompted.
- Interact with the AI assistant through the chat interface to receive personalized advice and plans.
We welcome contributions to Dr. AI! Please feel free to submit issues, fork the repository and send pull requests!
This project is licensed under the MIT License.
- This project was created for the Falcon Hackathon
- Special thanks to AI71 for providing access to the Falcon-180B-chat model
Sidra Tul Muntaha - sidratulmuntaha135@gmail.com
Project Link: https://github.com/Sidra-Tul-Muntaha-Ghouri/Dr._AI