This project is part of Mbaza health system. This is an AI-powered chatbot for mobile devices. The chatbot helps its users to get information on Malaria, Pneumonia, and Malnutrition.
This side of the project which is the app that enables a user to chat with a chatbot. The chatbot takes the input sentences from the user in Kinyarwanda and translates it to English. The chatbot then uses the GPT-4 model to get response. The GPT-4 response is then translated back to Kinyarwanda. And then the chatbot returns the response to the user in Kinyarwanda. This app is now to be used by the professional health workers. All the chats are stored in the database and evaluated by using the mbaza-health-web website portal.
- Clone this repository
- Install dependencies
npm install- Run it on Android by using the command
npm run android- Node.js
- Install Expo Go into your Android device.
Follow the instructions in the Expo documentation at https://docs.expo.dev/build/setup/