DoctorAi is a mobile health assistant that utilizes artificial intelligence to enhance the healthcare experience. This React Native app integrates the power of OpenAI's ChatGPT API for intelligent and natural conversations, providing users with intelligent responses to medical queries, symptoms analysis, and general health-related questions.
- ChatGPT Integration: Utilize OpenAI's ChatGPT API for intelligent and natural conversations within the app.
- Medical Assistance: Obtain intelligent responses to medical queries, symptoms analysis, and general health-related questions.
- User-Friendly Interface: Enjoy a seamless and user-friendly mobile app interface for a better healthcare experience.
- MapShow the nearest Hospital in your area.
- Node.js
- npm or Yarn
- React Native CLI
- Expo
-
Clone the repository:
https://github.com/MUHAMMEDHAFEEZ/APP-DOCTOR-AI.git
-
Navigate to the project folder:
cd APP-DOCTOR-AI -
Install dependencies:
npm install
yarn install
Run the app:
npm startnpx react-native run-ios
Configuration Obtain an API key from OpenAI for the ChatGPT integration.
Configure the API key in the app settings.
javascript
// Add your API key in the config file
// doctorai/config.js
export const OPENAI_API_KEY = 'your_openai_api_key_here';
Usage Launch the app on your mobile device or emulator. Ask medical questions or seek assistance through the chat interface. Receive intelligent responses and insights for a better understanding of health-related topics. Contributing Feel free to contribute to the project by opening issues or submitting pull requests. Your contributions are valuable!



